Loading Tool

Explorer IconExplorer

Memory Pool

81,483 transactions
30.50 vMB
0.10349895 BTC
Random Selection Loading Transactions
Max Size: 183.72/200 MB

Candidate Block

Mining Attempt 1704f9d73205390ec7efef34e0ec90f9f0cfab18c178290817d1feca440c80f9
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root fe00132be0196078654327022712a3f473747e6970dce2414910e7d033e95cd8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,712
Size: 1.00 vMB
Total Fees: 0.02884487 BTC
Feerates: 99.16 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (50,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,874 864,874 00000000000000000002897179f5c7fa206388ce2d04c03b54f23d645715235a 2,509 1.00/1.00 vMB 6
864,873 864,873 000000000000000000023419b7a2dd45de058c82decc2b27a92ffe44f215a7fc 3,716 1.00/1.00 vMB 13
864,872 864,872 000000000000000000026bb6866043fbfbe79cd44cf1ca419f6fc070acab7078 4,236 1.00/1.00 vMB 3
864,871 864,871 00000000000000000002afdd1f18d35a979477cbf6baf1bc2366724d7d41a15a 3,024 1.00/1.00 vMB 7
864,870 864,870 000000000000000000009dee84da4b99bbab11abed11e5aec70b038d2a7073f5 1,649 1.00/1.00 vMB 5
864,869 864,869 00000000000000000002a2050e08199626c2efce26864728cbf52732cbf34634 3,754 1.00/1.00 vMB 14
864,868 864,868 00000000000000000001dde4f289e0b77f7b26be4f2386c9f3616f4193e09ced 1,451 1.00/1.00 vMB 6
864,867 864,867 00000000000000000000365e95b8d5be5d8e3125c13587a306160132cc4b44b2 2,934 1.00/1.00 vMB 12
864,866 864,866 00000000000000000002a935f3311b26d779d8d83cba25aff5da0d704c0a36f0 2,401 1.00/1.00 vMB 9
864,865 864,865 00000000000000000001c7a401043f13f9b1a460c38023c2fbc94f8a8d121b43 3,521 1.00/1.00 vMB 14
864,864 864,864 00000000000000000000ecfcf0073a9ae7fd9149d643fa462109f5b0777f5720 2,176 1.00/1.00 vMB 11
864,863 864,863 00000000000000000001924bab37e9d87715e84aa7bcd0b52405f893dfe7005f 3,908 1.00/1.00 vMB 3
864,862 864,862 000000000000000000031e67755d995d78beeb40ec0f4f0572b2a94a2cc5c6be 3,204 1.00/1.00 vMB 5
864,861 864,861 000000000000000000006898028bbd4e6e86d4e1613899353e7f61baebaacd47 3,023 1.00/1.00 vMB 6
864,860 864,860 00000000000000000001ec97d16e29a1aa5ae14dd4b5103098a0ec0ab7d6f407 4,693 1.00/1.00 vMB 7
864,859 864,859 0000000000000000000309eb0182d37508dcf8addde651be2f120037697151fd 3,277 1.00/1.00 vMB 7
864,858 864,858 000000000000000000004d8859f7cacd8834a8e0db41808307242593c746badb 3,304 1.00/1.00 vMB 5
864,857 864,857 0000000000000000000055e6c36555475a4bf88e62e34b71d4a677b8b0ea64aa 5,173 1.00/1.00 vMB 4
864,856 864,856 0000000000000000000010e29dad5b96bec13aa8788d1a06e909984c82a9ed1b 3,873 1.00/1.00 vMB 4
864,855 864,855 00000000000000000001daa8264e5cd2d3454cac2ac65f4b6c188adb50e32a97 5,750 1.00/1.00 vMB 6
864,854 864,854 000000000000000000019c1cf11be3bc27b539353da0b99dffc5187affa803a2 2,973 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.64 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: 672.44 GB
    • Received: 16.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.