Loading Tool

Explorer IconExplorer

Memory Pool

46,803 transactions
27.01 vMB
0.06444226 BTC
Random Selection Loading Transactions
Max Size: 143.59/200 MB

Candidate Block

Mining Attempt accf7dbb960185be77774379e1224f5f7ca4ab4ae838b4deb91e848d90b18727
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root d0705a0ecf9aa50566542d82b0c76442230b7d2435666363effd398232b36f86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,150
Size: 1.00 vMB
Total Fees: 0.01447857 BTC
Feerates: 100.17 > 1.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (839,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,065 75,065 000000000061c16f4ccdf3e281b71357d9f075fda7db50a57782b2dab246024b 4 0.00/1.00 vMB 0
75,064 75,064 0000000000327a0f95b6d57a72e9605212e27e2a3754e52c5a7ee6accc6ee731 9 0.00/1.00 vMB 0
75,063 75,063 0000000000446b2a920aaacdd86ceadd0c1157630ebe6afe74720b291290c8f5 5 0.00/1.00 vMB 0
75,062 75,062 000000000007ab8a8bf93253926e6ca2b5014cebd34de55da53d0b0160245f79 1 0.00/1.00 vMB 0
75,061 75,061 00000000006c9e5a5c69357926384fa182d80055dca76743b0c98da6c13a3d70 1 0.00/1.00 vMB 0
75,060 75,060 00000000001d9b25f714cc3c88771756a2c0ef9691dbe96129d3566e6e5daebc 1 0.00/1.00 vMB 0
75,059 75,059 000000000021bfac4ec3f61be511a15fe736f648b952d8763c382dcf4d60af75 1 0.00/1.00 vMB 0
75,058 75,058 0000000000784002ae826869361cc74146a422fc380f72812af856c2d69bc23e 9 0.00/1.00 vMB 0
75,057 75,057 000000000067f801888bbd63f2b579ff9c0e8e48134e4dcdb1ec524331dcb9ba 1 0.00/1.00 vMB 0
75,056 75,056 0000000000666756a9e54052b586e942c8ed07c3af89904b5a4067c537408009 3 0.00/1.00 vMB 0
75,055 75,055 00000000004b4c9039fcc8a3e5a9ecee1623b7cd5e0f4a1da01b9d99324ae48c 2 0.00/1.00 vMB 0
75,054 75,054 0000000000511b778f5be1e20f188367603f54ba0be62a5486f1c197949b0c3f 1 0.00/1.00 vMB 0
75,053 75,053 00000000006787ece6bfa1a277dea336d8cbf595b74e7cae00d1cf3b609c19af 1 0.00/1.00 vMB 0
75,052 75,052 000000000056e410059a37e669cd3bc52d5f9fd146ddefd4bf78e684214088f1 2 0.00/1.00 vMB 0
75,051 75,051 00000000004e6b368d8a6fc5ee27432190959f682b4db8252baa24a688e2643c 3 0.00/1.00 vMB 0
75,050 75,050 0000000000734dccc34884efb149cc5284076e0f6c72f1863837d642dd284786 1 0.00/1.00 vMB 0
75,049 75,049 000000000035cce70726f3bbe347aac2e5a2f93f51c6771382ec010d48b9bc24 1 0.00/1.00 vMB 0
75,048 75,048 00000000002cb715a6ab205d6d936d052bfd59d579d7dc61090d593f30948747 1 0.00/1.00 vMB 0
75,047 75,047 0000000000020379811ce6269880107905bf83733dd01b9e5d750ce36a9b347a 4 0.00/1.00 vMB 0
75,046 75,046 00000000002d1336af49709f9e2fbf9f8f50e6c9d0839d02bcd33813ce9326e9 1 0.00/1.00 vMB 0
75,045 75,045 000000000018c308dfc866382b4ac66c5430d4083d1202b6d6d75b20bdd1d0df 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.99 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: 648.71 GB
    • Received: 13.06 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.