Loading Tool

Explorer IconExplorer

Memory Pool

45,231 transactions
29.85 vMB
0.09269980 BTC
Random Selection Loading Transactions
Max Size: 154.17/200 MB

Candidate Block

Mining Attempt 929f2a3184de51c6c28bf822e8deb74538ff263a0d829975b1e51bbb8407adf3
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 47e4c8f6ae57d9aa755dc02e548a03b99d2eff5ec23b5a4126df5d2ac6e81377
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,027
Size: 1.00 vMB
Total Fees: 0.03231319 BTC
Feerates: 477.45 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (99,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,560 815,560 0000000000000000000437f53dfd34dce5760f7f07ae6a3b2a172311e2dce8eb 3,270 1.00/1.00 vMB 52
815,559 815,559 000000000000000000027b6cb1ee9348c06e234f33610fc23be90bd111d5d232 2,792 1.00/1.00 vMB 49
815,558 815,558 000000000000000000020a791a4cee60e8f027b800f111d712217b9244bcf32a 3,657 1.00/1.00 vMB 63
815,557 815,557 00000000000000000002f36cb81a85894550861de35c6442c3e3aaa1fa4131b3 4,155 1.00/1.00 vMB 48
815,556 815,556 000000000000000000000f085043bc6519947ef77501f340f48028354baee73b 3,102 1.00/1.00 vMB 53
815,555 815,555 0000000000000000000343e90d4ec7da511ea59ea3a353b9e814fbf4f86a1597 3,930 1.00/1.00 vMB 66
815,554 815,554 00000000000000000003ac2f9ee370a7212d89b52b9d1fd9be61434dfe06e75b 3,831 1.00/1.00 vMB 42
815,553 815,553 00000000000000000002f42f6d535d587fc6a3ce373b57fc066200704afc67b6 4,840 1.00/1.00 vMB 52
815,552 815,552 0000000000000000000017d1b73b486df853540d475279515434919b697d1876 4,216 1.00/1.00 vMB 52
815,551 815,551 00000000000000000002027bb88e748716c2fbc45e65ba59bfdf8a342dea093c 4,584 1.00/1.00 vMB 50
815,550 815,550 000000000000000000020f3f8cb0d7d2b5811744841c0acca6959f88c7ee1034 5,089 1.00/1.00 vMB 57
815,549 815,549 00000000000000000000471c4b345af613919b3ae6703c3f1b2d4a83a3d5727d 3,607 1.00/1.00 vMB 52
815,548 815,548 00000000000000000002e84541ef7ba36342ffa09f5c5e34e3994cf70cfe5c9c 4,140 1.00/1.00 vMB 62
815,547 815,547 00000000000000000002f4830d2c2b4612ee081016818b891a6137cfdae4df65 5,494 1.00/1.00 vMB 56
815,546 815,546 000000000000000000006969e54324314bac0c8fc86c70c852c6caffecfe9ff9 4,459 1.00/1.00 vMB 68
815,545 815,545 000000000000000000043bc90c7a894dd8d3fdfb539b53749751bf5ec60325de 5,219 1.00/1.00 vMB 59
815,544 815,544 000000000000000000038140e0b1cb544a515c5f1d2869701c61527782622030 2,362 1.00/1.00 vMB 47
815,543 815,543 00000000000000000001aaf53d291f055e0867bc53b850c4bd00383c7efd3f3b 3,181 1.00/1.00 vMB 58
815,542 815,542 00000000000000000001f5ba6b9eb3c02c1838f3a169c0c8fac40484f0e48c4d 4,444 1.00/1.00 vMB 42
815,541 815,541 000000000000000000002f5525aaba957b41332a208a0002c07cef7d2216d2b3 4,390 1.00/1.00 vMB 48
815,540 815,540 000000000000000000023a5d993ef00ec2a137d40b278afe8f453c3d26a86eca 3,580 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.71 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: 629.61 GB
    • Received: 11.93 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.