Loading Tool

Explorer IconExplorer

Memory Pool

79,513 transactions
29.23 vMB
0.07518771 BTC
Random Selection Loading Transactions
Max Size: 177.67/200 MB

Candidate Block

Mining Attempt 54deb4c9afb96c5db2963e26b4899210a161ca3b8e910620d7b29dfc33f9926a
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root ec7426eabcf45f442d8ba5f811d66d9a56a82a434e9f9dc75c9e8c2c7610cdc6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,138
Size: 1.00 vMB
Total Fees: 0.01398236 BTC
Feerates: 74.86 > 1.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (802,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,166 112,166 00000000000109783e4d7650f6c710a6794161a3522918cf8fe05d745eaf4783 1 0.00/1.00 vMB 0
112,165 112,165 000000000000afebb5f5ef367c7a21899453e1c58a986a4dd46889b6e39d237e 5 0.00/1.00 vMB 0
112,164 112,164 0000000000012515564e22a184dcff9606e536e133ce4b0873f1b262a251d5e9 12 0.00/1.00 vMB 335
112,163 112,163 000000000000e67c3d6528160f98e384c56c2cddec21e11797b50b47aace21f1 24 0.01/1.00 vMB 336
112,162 112,162 000000000000dccfdda97f2a87914082014066fcaef5c365e485031fcb0f11fb 2 0.00/1.00 vMB 3,861
112,161 112,161 000000000000b08ccb0f46eb2d5747100ba9111f7cf0bd45a8afbc0a3aa685aa 4 0.00/1.00 vMB 1,086
112,160 112,160 000000000000115e91dff20cb887745b4b421083ac93ed41b70526c417ee85a6 4 0.00/1.00 vMB 1,418
112,159 112,159 0000000000006ef0be2134b95f3e6440d38017a6e2f3496a4d25a3fd31f044e0 16 0.00/1.00 vMB 1,874
112,158 112,158 00000000000101eb7e414e3838db4e93584dc54638e2fd5ca9860364b4ae2421 2 0.00/1.00 vMB 0
112,157 112,157 0000000000008c694dbe61374afd559fbe6b12deb299fb34c9aae5bd9f6cee2f 1 0.00/1.00 vMB 0
112,156 112,156 00000000000117df93932ba9a8b4e583362d7d18b7e625422778796bec6f83a0 6 0.00/1.00 vMB 0
112,155 112,155 00000000000054895dfdcc3f3b966b32370c91d2692b328e63273bc9f0e98dce 6 0.00/1.00 vMB 347
112,154 112,154 00000000000095d5c04545d49ca0956f2975eef9596d7b3e650342b9f33c6e5c 5 0.00/1.00 vMB 1,038
112,153 112,153 0000000000008c2c7d03b65dfc156e05e5b4bbf11d928305fb33d8607bd531d5 2 0.01/1.00 vMB 0
112,152 112,152 0000000000001063810793310cce318bb9aa51f3b070b8dab866c7a61354b1e2 25 0.01/1.00 vMB 432
112,151 112,151 000000000001026f91cddf61c9cd232e3299698b83773d2a1193ea07ab7e48c7 12 0.00/1.00 vMB 338
112,150 112,150 0000000000008b92ea861511bbe9851d78096c05b839e3b7f44a37ed533ba798 31 0.01/1.00 vMB 848
112,149 112,149 000000000000a74b0ccee8bf088ee28c5961841ec8cef81a1a451be425669cdb 2 0.00/1.00 vMB 3,875
112,148 112,148 0000000000007ef708e3711eadc19279974edd6d3f99f77453fea5b995ea962d 3 0.00/1.00 vMB 0
112,147 112,147 000000000000aaeb8e5dd9204630b738c5065eb6413a15e5fcd25801d313aecd 5 0.00/1.00 vMB 570
112,146 112,146 0000000000007097eaf4e37bd51ec0dc539fc71214a95af274f55310a1a77cc6 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.11 GB
    • Received: 15.73 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.