Loading Tool

Explorer IconExplorer

Memory Pool

42,400 transactions
26.15 vMB
0.05604643 BTC
Random Selection Loading Transactions
Max Size: 137.25/200 MB

Candidate Block

Mining Attempt a798e3db4dace0cd57a5f6b2e4be5e6aed63287bc004ed000c26be41d1a1725e
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root 18da8cfab0d0102372f044b29f0250eb3a8f469ee4ce42193185166bdb86e91f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,831
Size: 1.00 vMB
Total Fees: 0.00827822 BTC
Feerates: 121.00 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (339,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,136 575,136 0000000000000000001d4cd7028930a187c8a6793a918b89c8352a20ef674100 2,123 1.00/1.00 vMB 54
575,135 575,135 0000000000000000001d6f9597b452065504662de25fa2092d9ae094e946f1c5 3,156 1.00/1.00 vMB 51
575,134 575,134 00000000000000000025d48c679ed0f60044093382dff1a8c2124908a6195c65 2,726 1.00/1.00 vMB 100
575,133 575,133 000000000000000000046d160dc44b20040bf09c159b7a06b0ca031c5d100146 1,323 1.00/1.00 vMB 56
575,132 575,132 00000000000000000028a58da833cb65c5070ee68f7c7944cd376a4a5ed7e780 2,529 1.00/1.00 vMB 91
575,131 575,131 0000000000000000000782a52a66bd48d359bcb6534134eb1935a369b995af5e 1,487 1.00/1.00 vMB 72
575,130 575,130 00000000000000000004df5bce16c76979799b2f61eba2e30421368e59b94829 1,606 1.00/1.00 vMB 91
575,129 575,129 0000000000000000001edf381bcf3da8a2865f18e6fd1be4965eb46fa6ad84f8 3,006 1.00/1.00 vMB 63
575,128 575,128 00000000000000000000924d48aff91cb81eaa605e10b507cb94371708d516c1 2,632 1.00/1.00 vMB 87
575,127 575,127 000000000000000000153cc2021717a7b23b2329b0d17408f190f9bee8377a12 3,122 1.00/1.00 vMB 84
575,126 575,126 00000000000000000010c7412853161053e45606807e103a6c6ba0c914db75ad 2,546 1.00/1.00 vMB 104
575,125 575,125 00000000000000000003fb4d01d2042470d71d25302c092f1abd78fdde8cdc4a 2,703 1.00/1.00 vMB 90
575,124 575,124 00000000000000000015753c1ad1948a07f660b13d29afed6acf556670a94e79 2,606 1.00/1.00 vMB 74
575,123 575,123 0000000000000000000ad63fc26030bb7bb26ac597dcbf94d6e2a2e9d50d4989 2,653 1.00/1.00 vMB 53
575,122 575,122 0000000000000000000699338c90db169a5c51ecdaf3711d08da2bd8855a5ca7 2,939 1.00/1.00 vMB 54
575,121 575,121 0000000000000000000950f9e18fece4b1e0d7b75d658cf1903e584c6d321dbe 2,400 1.00/1.00 vMB 100
575,120 575,120 0000000000000000001a1a1233a50921a3b84b5c872f7dca23518f1fc1251ac6 2,950 1.00/1.00 vMB 68
575,119 575,119 000000000000000000033440a4fbf683537290b86c7e5e824d1eb0c81d857d72 2,662 1.00/1.00 vMB 70
575,118 575,118 0000000000000000001e27a4fdc232f03e83ebff8cbc39256dbe2cb5b3ac7d1b 2,404 1.00/1.00 vMB 97
575,117 575,117 0000000000000000000ef4c240c55be6f926b4badaef68458af40af88dece0c4 2,964 1.00/1.00 vMB 31
575,116 575,116 000000000000000000130e17846d3dad86341c9a029738ea62a9a895fe25ef54 2,435 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.96 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: 647.52 GB
    • Received: 12.95 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.