Loading Tool

Explorer IconExplorer

Memory Pool

82,925 transactions
31.27 vMB
0.09883811 BTC
Random Selection Loading Transactions
Max Size: 191.30/200 MB

Candidate Block

Mining Attempt 2536ab7788c54407d6cbc06fa8ccd8b914875c43de571d0896f0c62599fe1fa7
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root a988ff5aa75c5597626dd19bc913cf19564ff8b399e912c0ec3620cadebdc7d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,906
Size: 1.00 vMB
Total Fees: 0.02820983 BTC
Feerates: 301.05 > 2.83 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (313,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,529 601,529 00000000000000000005e8434be90d55cf320e5a4ef632a2f6d49f378735da27 2,923 1.00/1.00 vMB 24
601,528 601,528 00000000000000000013d6835cc0be90b2dbc65805059b21f5656ba37ccbc27d 2,796 1.00/1.00 vMB 32
601,527 601,527 00000000000000000005c8fd114ab3da662672d42b203aa1924f0f56b942f168 1,868 1.00/1.00 vMB 27
601,526 601,526 0000000000000000000cfcf8e3031bda2e57d1e6a2af37472e4b9b47d693b42e 2,250 1.00/1.00 vMB 25
601,525 601,525 00000000000000000000a5c268a495683a0f43da28285555492e9f5c72ce37ff 2,698 1.00/1.00 vMB 37
601,524 601,524 00000000000000000008aa938f792a9d11168c39b252a150507fe8bb49fda17a 3,306 1.00/1.00 vMB 36
601,523 601,523 00000000000000000002e68cccefbd7132e397f60c4b13ef85a3a0592655ef18 2,258 1.00/1.00 vMB 69
601,522 601,522 0000000000000000001133fa8d03116ec7bb3cf176b10f3130617cf7e70d709e 2,814 1.00/1.00 vMB 50
601,521 601,521 0000000000000000000508a4d4e1da42e9b134b53f99d8d0204e678bbdaf4d4e 3,432 1.00/1.00 vMB 34
601,520 601,520 0000000000000000001448b9fabab22d05a54db198a7f7c216d16931fd803d9b 2,774 1.00/1.00 vMB 56
601,519 601,519 0000000000000000000ad05e7c7ef66beb127b3180f3f5cf799d74577d346845 2,628 1.00/1.00 vMB 38
601,518 601,518 000000000000000000064341f8b745691c70cc00ef09e54819482888e2a8c95b 3,274 1.00/1.00 vMB 56
601,517 601,517 00000000000000000012fcc9fc75d042030807a796a9d4d3145253d21ff1e9ab 1,239 1.00/1.00 vMB 61
601,516 601,516 0000000000000000000d356694e7070abb2be883bd7a2cd917a415c41adf0610 1,264 1.00/1.00 vMB 58
601,515 601,515 0000000000000000000ea17e63525f72ea288db940e7e3bece5a42820999190b 2,875 1.00/1.00 vMB 33
601,514 601,514 000000000000000000049f001d0531184beef574cf3bbe6134de819d8a146ad0 2,600 1.00/1.00 vMB 20
601,513 601,513 000000000000000000099af91dbb569d9b95e8aad0c90536e16eb047660e1685 2,912 1.00/1.00 vMB 5
601,512 601,512 000000000000000000145caa139bfd2b3daa64b47dff561aaa0ed895789f25e1 2,714 1.00/1.00 vMB 7
601,511 601,511 00000000000000000012a70baf535a3fb0e487161abba0246cb4e8f53a221a12 2,687 1.00/1.00 vMB 28
601,510 601,510 00000000000000000003ee6c9ec9aa4f2869bb34e033fcbc9b1e2f5f76a61ee7 2,691 1.00/1.00 vMB 42
601,509 601,509 0000000000000000000e6a27cd7441ce2a38bfa056305f7702fbfa7d599b92bd 2,951 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.89 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.