Loading Tool

Explorer IconExplorer

Memory Pool

82,433 transactions
31.14 vMB
0.15103889 BTC
Random Selection Loading Transactions
Max Size: 185.19/200 MB

Candidate Block

Mining Attempt 7e97cc925cff7a84f8138f21189adfe0e782071db04f788baff35d8095dc0ca4
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 1049dde12827a575ac2d485b7afffc14bfbf3f86a0d181693bdc18933f5dd4a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,937
Size: 1.00 vMB
Total Fees: 0.05733280 BTC
Feerates: 269.69 > 5.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (301,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,332 613,332 000000000000000000007a15a58fe9ec7a0f5ccf74993a5c0d2920f1fc8b3bfd 1,335 0.34/1.00 vMB 17
613,331 613,331 000000000000000000112b522a3b2b39ee7c5ff5a040cbe44f3abf04826ffe3e 2,959 0.80/1.00 vMB 15
613,330 613,330 0000000000000000000d41694caf1a5ac447148f1de95f06ae11b84bb3317f3b 2,617 0.97/1.00 vMB 4
613,329 613,329 00000000000000000011d99f22b324d0a1dca198f93cc59b16ec19a879bf0531 3,161 1.00/1.00 vMB 27
613,328 613,328 00000000000000000001b2a79d24c576348b27f25a3b0aee7e2f23c5dd5a4d39 477 0.13/1.00 vMB 18
613,327 613,327 00000000000000000012cc52f08390df1d68675158f14da820cc822d5b2eb79e 816 0.35/1.00 vMB 5
613,326 613,326 0000000000000000000166f5f88103e5797433b83db85175dcaafd2cd45d9625 1,084 1.00/1.00 vMB 2
613,325 613,325 000000000000000000091994301b4d4468c7030f324cd77b1717fb6cebe6d258 2,880 1.00/1.00 vMB 14
613,324 613,324 000000000000000000016acc429d4e57c65c305daee195553c919aa7ad3e4766 1,159 1.00/1.00 vMB 5
613,323 613,323 0000000000000000000a21dd95a707cf9e4b9d513f10fd5a52cb10ef03e75a74 1,905 1.00/1.00 vMB 4
613,322 613,322 00000000000000000012cd0d085ad97754cd880b3dec531cf257602a5ca75531 2,416 1.00/1.00 vMB 12
613,321 613,321 0000000000000000000e10dff73b3bfa8fd94cfdade449841cf020b2f57ad849 2,432 1.00/1.00 vMB 9
613,320 613,320 00000000000000000008854599d74a37da2db002271a914619153f3e1cf1ee49 2,516 1.00/1.00 vMB 10
613,319 613,319 0000000000000000000da2e84b27cfc76aa31c6ba98acf95a982c69e02c86baf 2,326 1.00/1.00 vMB 24
613,318 613,318 0000000000000000000a8de33cbb690f4f50c526d77c49b406b8e0a02ff27135 2,814 1.00/1.00 vMB 11
613,317 613,317 000000000000000000059ac24af72f15f6dd6e260c1fd94fea6ed4a77e29ee82 2,980 1.00/1.00 vMB 20
613,316 613,316 000000000000000000047e968002f90f4dcc030e1a4b92bf0da6985bc0afc9d1 3,297 1.00/1.00 vMB 17
613,315 613,315 0000000000000000000cbd57ad8fee422b75cc02edacc645290b17470962b165 3,414 1.00/1.00 vMB 27
613,314 613,314 00000000000000000001d104d71f4bf013f240f2afbc7a396980666a9936bff9 3,498 1.00/1.00 vMB 17
613,313 613,313 0000000000000000000bfdfde05348d2a64b3c30ec3363d27ace0e30268424f4 1,819 1.00/1.00 vMB 15
613,312 613,312 0000000000000000000929672a905a514239b2bdc18b013853a7c869ecad3bcb 3,388 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.65 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.55 GB
    • Received: 16.27 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.