Loading Tool

Explorer IconExplorer

Memory Pool

72,925 transactions
28.16 vMB
0.07352946 BTC
Random Selection Loading Transactions
Max Size: 166.79/200 MB

Candidate Block

Mining Attempt 672eb41c9ab368af490f7e3ea47015edc6b6f2546a8d38f1852691c4d3a76129
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 8ec55256f41dfd1326c8bae2a05588a3becdd48fb9deb5d4601d3b205e5a8312
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,195
Size: 1.00 vMB
Total Fees: 0.01724999 BTC
Feerates: 152.31 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (661,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
253,661 253,661 000000000000002f6d8455e3ee31c610cdc2b5a00844c977b57431ec4875d244 648 0.25/1.00 vMB 104
253,660 253,660 0000000000000007b63031405278c78cd16a56dbf73b7da2e35c1a3cea4f9b0e 66 0.04/1.00 vMB 21
253,659 253,659 000000000000002333d45b801f075adfaa951c9876abfe9792af7f6850531db2 159 0.07/1.00 vMB 104
253,658 253,658 000000000000004c5d914cc6949f7aad0cf12eecad3d8176685795517c7c311a 48 0.12/1.00 vMB 15
253,657 253,657 000000000000004f3de2f98b0b62a7e5b88108d3c35671161a1550fa8f41f8b1 541 0.25/1.00 vMB 88
253,656 253,656 000000000000004b0caa3d8c7e559c04354aaf45e3fc60f35e3dc8ca5b73c90e 591 0.25/1.00 vMB 87
253,655 253,655 000000000000000f0078f21d54266c47f49c135a8b693d94a94dbae6ab3dedc5 533 0.25/1.00 vMB 108
253,654 253,654 0000000000000004fd96459decef889f3f9e019021dc8a057deb5d81e564070d 89 0.05/1.00 vMB 50
253,653 253,653 00000000000000443f94e16af676a85e32e44fc1bfc849c448c8d7ad95e85268 691 0.25/1.00 vMB 49
253,652 253,652 0000000000000026ec5147cf86be37afcf5efb67f7c51ef828638d19514ca156 350 0.18/1.00 vMB 113
253,651 253,651 000000000000003de22e0202fe80079c74a9fe2ebb05ba9933dd24bfded28154 712 0.25/1.00 vMB 179
253,650 253,650 0000000000000007b2b5bcdf3654060ff00e88bc4dd3983b61e6b5ba03286457 503 0.19/1.00 vMB 63
253,649 253,649 000000000000000292ca2e2ba9f08f8c2be7fb5edd0d46a3844382dcc3f155d2 245 0.12/1.00 vMB 108
253,648 253,648 000000000000002b589beab73e947e11ef4d882c0f6f9bb9a14b90a5c213d59e 98 0.04/1.00 vMB 101
253,647 253,647 000000000000001828dc7e49b5db8b7bc7e051977767a2529a5f5834d64c27e7 211 0.07/1.00 vMB 66
253,646 253,646 000000000000001a8e821dec3e1a78401116f2425c4226966bac6f9a3016e15e 512 0.16/1.00 vMB 43
253,645 253,645 00000000000000495bdf5a76058b7f023e8b070efb5c6c2ebb7997b2cd8d551d 540 0.20/1.00 vMB 105
253,644 253,644 0000000000000001d136cd16aacf22aa6fe8356dfebceac75f28234e35a3c612 333 0.19/1.00 vMB 64
253,643 253,643 000000000000003a90dd6ea978078e710f22a81dbac78c3e72a670ae48724248 565 0.25/1.00 vMB 93
253,642 253,642 000000000000000d8390b5e1b96c2ca70afc2a67cf5accde6b3d9de44705cb55 627 0.25/1.00 vMB 141
253,641 253,641 00000000000000340c6d6d52ce3785ea204abbecddef3260e8917d4df2df9486 294 0.16/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.