Loading Tool

Explorer IconExplorer

Memory Pool

44,077 transactions
27.09 vMB
0.09309834 BTC
Random Selection Loading Transactions
Max Size: 141.39/200 MB

Candidate Block

Mining Attempt 2c93fc0d9204f71fba4af37189a5eb39c17486b7b1189750e19b2ea975cceed2
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root dc4004d36882369a9d2e86528d7c78f0192b8590bb40383ef07cc64bded98ada
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,518
Size: 1.00 vMB
Total Fees: 0.04023540 BTC
Feerates: 151.01 > 4.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (368,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
546,128 546,128 00000000000000000006ead130091bd1e4ca9d1130abf84749bf2ad82e3a7f38 1,415 1.00/1.00 vMB 3
546,127 546,127 0000000000000000001ab4fe0fe37cb855621b4f2c187725300aa3855aabaaca 2,266 1.00/1.00 vMB 12
546,126 546,126 0000000000000000001dd48845ab0ee2bbd094d5081caa61f8ef2c061fbc0df0 1,422 0.50/1.00 vMB 26
546,125 546,125 00000000000000000021227164b1b13472de740ade27401bbbab0ccee5312083 1,639 1.00/1.00 vMB 11
546,124 546,124 0000000000000000001264316142b31830af8d27d8ef9e3927f67019a26ebfb4 2,047 1.00/1.00 vMB 12
546,123 546,123 00000000000000000008c8277dc847a7776ab6f41e4eece799eb1406924bb382 1,844 1.00/1.00 vMB 3
546,122 546,122 0000000000000000000bc556c04c12507533cc625a9c5886bb73bb74384dff0d 2,648 1.00/1.00 vMB 5
546,121 546,121 00000000000000000020b81dec6788ca2f13ae6a82eb7ecaf40fce6c84019017 1,235 1.00/1.00 vMB 10
546,120 546,120 000000000000000000090a9fb01c68d0e3733794bb2c7c613b0f7e2eed219bc4 2,354 1.00/1.00 vMB 26
546,119 546,119 00000000000000000017f19bc16f4fe55639fccf3324eb0ceb8a6e5cb0776ad2 2,359 1.00/1.00 vMB 18
546,118 546,118 0000000000000000000f262f2b8f6cfc2c5bca3cef9f40982fb86f21b25ec8ff 2,340 1.00/1.00 vMB 22
546,117 546,117 00000000000000000024a5df91116e69d829da1e2d60b8e00803fed3c3f44203 2,385 1.00/1.00 vMB 22
546,116 546,116 000000000000000000081e3cd9ce3cb3d600d87fd8a77afce37c682dec62ec7e 404 0.28/1.00 vMB 8
546,115 546,115 0000000000000000001b58f0a5250556e5e3abb086e4f38e16a1db0a2c407791 1,599 0.87/1.00 vMB 13
546,114 546,114 0000000000000000001a161859876f3c614eb95cb3969d072c47ca3b907cff8a 1,243 0.70/1.00 vMB 6
546,113 546,113 00000000000000000024571a66f0798f2efd64b3790cb84aab17c39cc271157d 1,775 1.00/1.00 vMB 20
546,112 546,112 00000000000000000018bca72501750d01d3c9ff755ccb34390fe01f04a3dcc5 436 0.32/1.00 vMB 2
546,111 546,111 0000000000000000001be580e5bfd3dcae1f486c8295972e02dd6c43fe166bc4 2,159 1.00/1.00 vMB 20
546,110 546,110 0000000000000000002555117056dca2b46eb3c2c2309eb5f0063ff89616a150 537 0.47/1.00 vMB 7
546,109 546,109 0000000000000000000bbb4a8c2abbf3e69acc3830e38c91b143e8ee16de5368 1,772 1.00/1.00 vMB 4
546,108 546,108 0000000000000000001349a398dea85d5035884a30b49a2eabb359603e20d23b 2,391 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.17 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: 653.47 GB
    • Received: 13.90 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.