Loading Tool

Explorer IconExplorer

Memory Pool

77,333 transactions
29.07 vMB
0.10022549 BTC
Random Selection Loading Transactions
Max Size: 174.92/200 MB

Candidate Block

Mining Attempt 66271673aaa4cad6a6e540e3a64674b8edf500f80603d894fe51e1ccf683035a
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 94f1190db18b54745a46f6dc711bea8176af5fa29eec82690909cb93ba874de5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,419
Size: 1.00 vMB
Total Fees: 0.02659073 BTC
Feerates: 453.09 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (382,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
532,561 532,561 0000000000000000001a43a3cf9cd66c080a024e0cfe3dc9eabaecf25d0e08a7 2,609 1.00/1.00 vMB 44
532,560 532,560 0000000000000000001cff15d6453cdb42571036f56ef0996d1f45efee2b9389 2,423 1.00/1.00 vMB 60
532,559 532,559 000000000000000000148a1db9bfb331273c55218cd5582c631c3bf41fe2bd95 1,970 1.00/1.00 vMB 103
532,558 532,558 0000000000000000000b5b71d3a1cea21665582dafec73cf8c0b4cdb7407aa0d 1,080 0.52/1.00 vMB 40
532,557 532,557 0000000000000000002c800b9b3b07b956c7f42fa2b768d3862c21a8ee761c49 1,724 1.00/1.00 vMB 46
532,556 532,556 00000000000000000027a6cb768b522fcd4d1f91893d701edd5408073e547000 38 0.01/1.00 vMB 17
532,555 532,555 000000000000000000113e537e24fa66e2e03752c3027d4d8de613cd1eb48a1e 954 0.88/1.00 vMB 18
532,554 532,554 00000000000000000023968b1edf0815f39c413fe3e0f3c7b3024a12cf38a17a 440 1.00/1.00 vMB 6
532,553 532,553 00000000000000000009ac1e99d553e9dbda7cabf5644bb7d0cae0a659fd4844 1,206 1.00/1.00 vMB 14
532,552 532,552 0000000000000000001c024cf306102c1e15db6123eed8c065200447cbbbadca 2,431 1.00/1.00 vMB 41
532,551 532,551 00000000000000000008284dc65b9928630850ae98ea5ec405fd3950628763fb 2,035 0.99/1.00 vMB 7
532,550 532,550 000000000000000000059f21efe19550b4d7f004871bebb0b40f54f55d6c6efb 2,751 1.00/1.00 vMB 37
532,549 532,549 0000000000000000001585de83940e150a86bf9c7f1cc484bde63c2227142b56 667 0.49/1.00 vMB 10
532,548 532,548 0000000000000000002913b08d0c5201352152cd0e58cc3c3f1fdafce12b447e 53 0.01/1.00 vMB 17
532,547 532,547 00000000000000000008eaf4f0f69f57d7c2ef9769e64a74bba2dea2b42113b5 1,090 0.96/1.00 vMB 16
532,546 532,546 0000000000000000001f7de47abb02ee21f55b89802461804a5c22abea7e6f02 21 0.03/1.00 vMB 3
532,545 532,545 0000000000000000000ac22711f31446a22da8035e0ce7d38534528c61f8ec1b 572 0.80/1.00 vMB 14
532,544 532,544 000000000000000000178bd38f85f66f4e198f0ddfac1509162de8c6c296edb4 223 0.99/1.00 vMB 2
532,543 532,543 000000000000000000078d2c337341527f8bbba1bf2bedf553dce9dbf0699c00 222 0.99/1.00 vMB 1
532,542 532,542 0000000000000000002a805e2ebfc06e6f34cb6332d1b0b872ef91c3adc7a09e 849 0.98/1.00 vMB 9
532,541 532,541 0000000000000000001245f8f39b26025d1a25aca1744c5bfd664dd4ea21b5f2 883 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.