Loading Tool

Explorer IconExplorer

Memory Pool

45,156 transactions
27.50 vMB
0.07135292 BTC
Random Selection Loading Transactions
Max Size: 145.38/200 MB

Candidate Block

Mining Attempt 1bf607fb3343ebe477768e600ee8da2b5de663eedeb40bdb77e3b6fca529b5c2
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root 955575c485f2ad2d0b082a62e438709e27d5472cde6e3af57630352cff4df919
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,730
Size: 1.00 vMB
Total Fees: 0.01963458 BTC
Feerates: 502.65 > 1.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (345,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,804 569,804 000000000000000000001ed1e056d67b50426bb2dc5599c22fdc79e61f59faff 2,121 1.00/1.00 vMB 53
569,803 569,803 00000000000000000010fc2e3ce6d8687885745f17c103dd8fda23052dedecd4 2,080 1.00/1.00 vMB 55
569,802 569,802 000000000000000000298354287c1220d73fdf51da257cbde5da2390c4d83b4e 2,115 1.00/1.00 vMB 60
569,801 569,801 00000000000000000028bb0e0bc36a3f13078507da79d891756a34b072adfd62 2,836 1.00/1.00 vMB 55
569,800 569,800 0000000000000000002856706254c30a0b57e95b688551b16f0c3b34d6d42378 2,385 1.00/1.00 vMB 54
569,799 569,799 000000000000000000181906743286838611a4b59c52438f4a8edda49e9d59d6 2,919 1.00/1.00 vMB 70
569,798 569,798 0000000000000000002af04f1bdb21a7979b9ab56c232088c82b33215e1c2441 2,837 1.00/1.00 vMB 68
569,797 569,797 000000000000000000095ae7118246b0e4f35e79ebd62b1329eb4d6ab74095b3 2,409 1.00/1.00 vMB 75
569,796 569,796 0000000000000000000ca578ff608bbde61c4bf4f96567ac7066afd0758d774b 2,596 1.00/1.00 vMB 65
569,795 569,795 0000000000000000001c04b1a91e770c2ad0f7c3c50df3074c82b44629b9e5d8 3,674 1.00/1.00 vMB 70
569,794 569,794 000000000000000000017388dd5e85a7041e7c74dd93df9eb9f09eafa4382efd 2,880 1.00/1.00 vMB 75
569,793 569,793 00000000000000000023cf1b225b8d41b766b6658e2b57d99a8663bb890eb978 3,368 1.00/1.00 vMB 63
569,792 569,792 0000000000000000001b7b86d5ec397143d5c6ff513be0c4cd953657553d8167 2,997 1.00/1.00 vMB 84
569,791 569,791 00000000000000000018baa0b8a0a054b64f4d422e3bdf51a9fb3802840982d2 2,357 1.00/1.00 vMB 67
569,790 569,790 0000000000000000002300be48d22be6aaf20b5f694dcb1a4cb7ae4b8b2b4faf 2,832 1.00/1.00 vMB 51
569,789 569,789 0000000000000000000f7c61788f898b6879feaa053eb19239739db9593ed530 2,957 1.00/1.00 vMB 42
569,788 569,788 00000000000000000009444b96ab89b1312cdb3a574278cc7a0532974971a132 3,164 1.00/1.00 vMB 59
569,787 569,787 0000000000000000000d94457c9e2dce0e2d643fa76ee98cfab9353b89f8ceab 2,551 1.00/1.00 vMB 53
569,786 569,786 00000000000000000001a4f15254918ffd13e13c66c606656f2dfd9d69a2703d 3,171 1.00/1.00 vMB 63
569,785 569,785 00000000000000000016f65ef6038b39ba2b49fac25ad6b938466df3187d433b 3,490 1.00/1.00 vMB 68
569,784 569,784 0000000000000000002babfce06ed7d387dc597ccd760a67e87c3f91fc565a99 2,899 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.24 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: 655.24 GB
    • Received: 14.28 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.