Loading Tool

Explorer IconExplorer

Memory Pool

43,073 transactions
26.43 vMB
0.06044791 BTC
Random Selection Loading Transactions
Max Size: 138.89/200 MB

Candidate Block

Mining Attempt 10a007f95e556221509816a3ff5059d9cc49513c35f4ce1840b25b06b6c52e62
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 32f6892e0775158b3443d2874e820f7efd4a13b8b3d35448d5613e5803a27c19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,438
Size: 1.00 vMB
Total Fees: 0.01209776 BTC
Feerates: 150.92 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (526,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,262 388,262 000000000000000000d4ba5a9638847f25e90475a53f857c4e0f1110e862cb48 270 0.75/1.00 vMB 9
388,261 388,261 00000000000000000bc43119ddbf4d16700a23734d9dcd871c9fb7eff6bb34d3 244 0.31/1.00 vMB 9
388,260 388,260 00000000000000000470e666f51625f4b9e5e1dee9caecb1ac05d3184395d5a1 1,778 1.00/1.00 vMB 30
388,259 388,259 0000000000000000002eb29908fcc7c01dd45bada897dd3fe36796260ddfcc93 854 1.00/1.00 vMB 19
388,258 388,258 0000000000000000095f495fef5df00f6a992be11bb806a9a81a717fa4d839ab 496 0.25/1.00 vMB 31
388,257 388,257 0000000000000000086680875cdf5eff15af161a0b967ea4a433a396f760df19 710 0.93/1.00 vMB 9
388,256 388,256 00000000000000000c805bf343ee64c1e75b234f6bbbdc030b3d253c42828f63 1,447 0.95/1.00 vMB 22
388,255 388,255 00000000000000000d1fb178c59800011ffe0dff480f33e96230d4cec0cc0679 1,227 1.00/1.00 vMB 16
388,254 388,254 00000000000000000ccf7a21eb198e5bfc157f01c5fca7c8a8769aa3bf6c5509 165 0.10/1.00 vMB 20
388,253 388,253 000000000000000002eb64cd38f1cb379e80a5c1c385a9368ec1ba1d1cbf12f0 516 0.21/1.00 vMB 38
388,252 388,252 00000000000000000d4faa742e9b24e119e8762348e339594e25110fa91179ad 1 0.00/1.00 vMB 0
388,251 388,251 00000000000000000996d36ea906b017f8d57d574bda5269f808fe9a587491a1 1,201 1.00/1.00 vMB 21
388,250 388,250 00000000000000000973e52dc45e66f9985a94d1162caf7ef22909d9d26b23dd 1,201 0.54/1.00 vMB 36
388,249 388,249 0000000000000000068945689c87efd30857e841cae42a40373da7949e9ccc0b 825 0.99/1.00 vMB 12
388,248 388,248 00000000000000000ad1fef7db3ed9fda9faec0e207a06965ed5856cb0b9142b 1,496 0.93/1.00 vMB 27
388,247 388,247 00000000000000000c0a3bd82b1955d263f94cdbb53e71b2a8d762b1df4129f2 761 0.75/1.00 vMB 18
388,246 388,246 000000000000000001a82569579faa5b855ebddc5812d542e5d2d838f6301db3 1,090 0.75/1.00 vMB 33
388,245 388,245 00000000000000000afe9d55d2b3c3879588778689b1182715fa901fa1d708d2 583 0.39/1.00 vMB 31
388,244 388,244 000000000000000005f23cedb7f5f23eb7d7a7a3c9377eccc8e34b8258ec3be9 1,514 1.00/1.00 vMB 31
388,243 388,243 0000000000000000056365271b8bd34421ebd9df9efc6a47ef9999de565c8b0a 1,302 1.00/1.00 vMB 22
388,242 388,242 00000000000000000d591575dd9a73d772c8b354973286f677a437f733db68c3 205 0.14/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.77 GB
    • Received: 12.77 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.