Loading Tool

Explorer IconExplorer

Memory Pool

27,728 transactions
11.11 vMB
0.02944689 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.55/200 MB

Candidate Block

Mining Attempt 729371304ea4620b89918383e5043bd1ebf1adfbb0d785544a49f094cc445053
Version 20000000
Previous Block 0000000000000000000206c1e0c8758b457d4a1f9452c474552980879a81c1b9
Merkle Root 9ae4da3b718c35ba49e233c41fb48bb28b621179310fa9ed71538a1ee052f806
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,790
Size: 1.00 vMB
Total Fees: 0.01072371 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,547 (780,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,590 132,590 000000000000106ee68bde9e1aa0fa17dc19d8d63d2677f9eb6398377f25559d 155 0.08 vMB 672
132,589 132,589 00000000000005028a45748caba87e31970d1d3d67aa973b2b3a7e856b37abc7 4 0.00 vMB 961
132,588 132,588 0000000000000349c46752b7d49b4ce7af5883eae5ac0838725d56bc4c7ca967 72 0.03 vMB 380
132,587 132,587 00000000000007f858cc16ef1462a66c85ccbf50de27ce4041d610b8e17156dc 11 0.00 vMB 1,784
132,586 132,586 00000000000007cee997fe54c565b758608f45354d6079e2be7b6a1f058621ad 23 0.01 vMB 616
132,585 132,585 00000000000007752501dca48d54b13997e61992eaa2e75dc3b308185fcd8b5e 312 0.08 vMB 65
132,584 132,584 0000000000000472a6ea17184519c7556afbce88bb0f32ed5865775b90de9049 9 0.00 vMB 38
132,583 132,583 00000000000009e7b9f0f6785006ae17be5bff44c8d183ea82ee963925f652ff 34 0.02 vMB 265
132,582 132,582 0000000000000574c70485230422d3be815bd080b560b0c07ef3fd954f253a41 23 0.01 vMB 1,014
132,581 132,581 00000000000000b9603abbf3c23012b1d1cde6736934f3bfd30f8b80c98120dc 54 0.02 vMB 1,271
132,580 132,580 0000000000000be6efb334bc31606baf2383d24e4b6a9ef4d4da666d50e680cc 127 0.05 vMB 71
132,579 132,579 0000000000000488fb33055dd45be8729fca3a0c295618da69dc98c91bfb6eaf 14 0.00 vMB 2,200
132,578 132,578 0000000000000310a5ca69d9a093553a0486e8dbdd001f79920b5c733e47b41d 38 0.01 vMB 1,900
132,577 132,577 000000000000129c36974dde6382dd44fc9d75736845ede088ebc66fef20aceb 80 0.03 vMB 2,088
132,576 132,576 000000000000053fa7b7219f2fa12b6f810170ff1e09a75610f7918100ee186f 55 0.02 vMB 94
132,575 132,575 0000000000000d080cd49bf1c184ffeabaa6b93493db6223247e6265f06a87e7 4 0.00 vMB 3,386
132,574 132,574 000000000000108f39b96599ea82f48d16a85954251fe15e260afee52188903a 15 0.01 vMB 757
132,573 132,573 00000000000003e2d65a2e8acbf428a18ac6a6bc6d9e1adf8489e8c33477bbf6 195 0.06 vMB 337
132,572 132,572 0000000000000c2197aab1555254039dc6a6546d80fe3783fa08781d3e286bb8 8 0.00 vMB 363
132,571 132,571 0000000000000f08e67b29d1cc1bfd249fdac4b35f5b768a3dd3d52aad084d3c 38 0.04 vMB 90
132,570 132,570 0000000000000a897328af0e398533d763b60a72a7571758501ba15b309cd3a4 237 0.08 vMB 106
Previous 10 blocks ↓
Total Size: 779.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 412.55 GB
    • Received: 2.20 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.