Loading Tool

Explorer IconExplorer

Memory Pool

41,688 transactions
27.42 vMB
0.13226357 BTC
Random Selection Loading Transactions
Max Size: 141.70/200 MB

Candidate Block

Mining Attempt 93ca9393a4cca48ef5fc8129aa3ac07f917e2fdbaa93147b392450da075df19e
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 249be072cca94d116cf48e0c7fb7fce47b5ff84db92a0ea50804946b7d63f57a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,741
Size: 1.00 vMB
Total Fees: 0.05113698 BTC
Feerates: 150.71 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (304,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,646 610,646 000000000000000000053a4c95209fd8a53c6912e9dd3926bb03c6b33d908fd0 2,841 1.00/1.00 vMB 7
610,645 610,645 00000000000000000005bc18f2e17533b637e9ba60dbde2ee5ae2043abaf4090 2,896 1.00/1.00 vMB 7
610,644 610,644 0000000000000000000c296f019cd8ebd7ef44e8dea4f4a855fa47d1417d905a 2,091 1.00/1.00 vMB 6
610,643 610,643 000000000000000000051d98eb73adc9075ac74a2005f848bc46a6a99d8474d4 3,016 1.00/1.00 vMB 18
610,642 610,642 000000000000000000061aa812bbd2ad2e8931b0f20b58ea6aa62a46221e835e 1,883 1.00/1.00 vMB 5
610,641 610,641 0000000000000000001313befefcbe0e3e29a7a7b793689338ebcb81a86c06ee 2,803 1.00/1.00 vMB 14
610,640 610,640 0000000000000000000206910db90449a1570269f823cf3030a5d2ec819beaeb 2,876 1.00/1.00 vMB 11
610,639 610,639 000000000000000000117d89ababa83c92511c3206a2f1f4f4bb3275f60dd84e 2,908 1.00/1.00 vMB 19
610,638 610,638 000000000000000000054c4f57f36f39db9037c430bec5f7bbdfbc24cf82c44a 2,626 1.00/1.00 vMB 10
610,637 610,637 0000000000000000001482cb2cc76b17d8eb3e5efe2e3ab3357add87efeb5c3f 2,848 1.00/1.00 vMB 19
610,636 610,636 0000000000000000001109568b479f5dfb8cbeae2ddcce325136d4f2324571fb 2,678 1.00/1.00 vMB 26
610,635 610,635 0000000000000000001264663ed78e36a57505771c3f748563a5b184efb99bad 1,485 1.00/1.00 vMB 11
610,634 610,634 0000000000000000000b2ed1ab83aa53d952eaad293f5c7e8c703a5af5cb37c1 2,299 1.00/1.00 vMB 17
610,633 610,633 00000000000000000000711c4e69ee4e29a508f3a360a059ff641c092a06346e 2,434 1.00/1.00 vMB 18
610,632 610,632 000000000000000000152c6ac55f091789f7de0c8a493fbeeb4edc53ba2a55ff 2,213 1.00/1.00 vMB 16
610,631 610,631 00000000000000000011033d11c914fb172b249ea5d991848de80e5205a7556b 2,683 1.00/1.00 vMB 17
610,630 610,630 000000000000000000088689ac9b3ff82c2668e92534206207fad3e59c8e7296 2,551 1.00/1.00 vMB 28
610,629 610,629 00000000000000000004207c70578a8ae472d836e2e960ece951f8f51c0dfc0c 2,831 1.00/1.00 vMB 21
610,628 610,628 0000000000000000000286112e5424d29e9569d1575d46b9071e8e4c20f81ba3 1,626 1.00/1.00 vMB 13
610,627 610,627 0000000000000000000107cae0ee8cbda602cf410d6371da3f4a98a21064b467 1,806 1.00/1.00 vMB 22
610,626 610,626 0000000000000000000a4abc57953ca462564ac5d98215da2adf7bfeeadd7ee1 937 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 781.87 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: 643.24 GB
    • Received: 12.58 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.