Loading Tool

Explorer IconExplorer

Memory Pool

20,928 transactions
9.73 vMB
0.01787346 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.55/200 MB

Candidate Block

Mining Attempt fa2488eea5789b917c02157fd88f5362f18eba873094dd46e376d9ed53c2ce76
Version 20000000
Previous Block 00000000000000000000703ffeabd81e5cc10a77bd60cb73929d573b3ae6f1c8
Merkle Root 44acc8a8d33d3521c18fad99279fa4852f85b6cc53d7673ed6b7a913299bb30e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,155
Size: 1.00 vMB
Total Fees: 0.00256266 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,560 (782,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,409 131,409 00000000000000632e71a94e5922e99436db90883463dd9bccc713a7bab8fbb0 27 0.01/1.00 vMB 950
131,408 131,408 00000000000011f137134cdd4733efe75db904b2d6e7881d4aaaa2335f93c25c 67 0.02/1.00 vMB 706
131,407 131,407 00000000000003cc12809cb029d50d7c007abac49776ce06b1e911d8e9a0fbac 24 0.01/1.00 vMB 459
131,406 131,406 0000000000000b432ee65103a1bdc1d9c1de33e758bff92e40a2866fe7aab0b6 5 0.00/1.00 vMB 35
131,405 131,405 00000000000005f7944f283509b81699e6c307117284922ecaa320cb83f47f03 41 0.01/1.00 vMB 507
131,404 131,404 00000000000006da1aa624203c52aaeeaceaa15a3b0d9a884c4a0013da417fec 51 0.01/1.00 vMB 177
131,403 131,403 00000000000004350fda405dadbdd12428216067647b41e0ece4601cbe766e7e 18 0.01/1.00 vMB 743
131,402 131,402 0000000000001151e0256491b919b8c7060e1f174840aa6495486a0a463f43a9 57 0.02/1.00 vMB 88
131,401 131,401 000000000000123d78f8c42baabb5c53f98458cc5da85493030a5ded72b6b52b 28 0.01/1.00 vMB 1,443
131,400 131,400 0000000000001044ad23b02bb9aea40703d0b5aab12a4eb200988ebc25fb1a43 19 0.01/1.00 vMB 1,189
131,399 131,399 00000000000003b3844655eddb5eec0598ec8d26e516565755825a08a08806fb 23 0.01/1.00 vMB 1,626
131,398 131,398 0000000000000d5305f97e67577ddd5484d80478e164893a494351bbda779153 91 0.03/1.00 vMB 367
131,397 131,397 00000000000010757ad3a4db27e89c6f010357e8defeb819cb9de721e506f401 24 0.01/1.00 vMB 1,788
131,396 131,396 0000000000000208fc4065f1fefa65c8105af30d3e620d4253028147b759708d 161 0.05/1.00 vMB 299
131,395 131,395 00000000000001e32986ebfaefb61f2ef9dd581d78f27570c4c21a6e8464070a 36 0.02/1.00 vMB 1,270
131,394 131,394 00000000000009ef933ff586a28eacf81de86ec6d65c0e6e06a5ec863b307f49 32 0.01/1.00 vMB 1,127
131,393 131,393 0000000000000fc6fb3cd1d286dc6f9e97546abdd85add62bfa39944428d41c0 97 0.06/1.00 vMB 557
131,392 131,392 00000000000011a22c6e314b1a3f44cbbf50246187a37756ea8af4d41c43a8d6 170 0.05/1.00 vMB 155
131,391 131,391 00000000000002d06af7e7bfa8c34317c180a839d493c608c0eb0c5e81098ad1 12 0.00/1.00 vMB 1,438
131,390 131,390 0000000000000e63252a12cdc7aad19e93e666be278c4f372770fc5b632894d7 30 0.02/1.00 vMB 1,076
131,389 131,389 0000000000000d69d39041757a1d5414492b6152c758cc39168de912eabc2477 175 0.05/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 779.83 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 425.55 GB
    • Received: 2.30 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.