Loading Tool

Explorer IconExplorer

Memory Pool

44,327 transactions
26.85 vMB
0.07002265 BTC
Random Selection Loading Transactions
Max Size: 141.24/200 MB

Candidate Block

Mining Attempt e0967a92090cd9047d00aee27a0cb3638103d7250f1839dc83080bccce4e91c3
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 2f9c9a663f311c81a615d5a7459112b269d71c4fd6f018b7c001bf95f831ebb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,729
Size: 1.00 vMB
Total Fees: 0.01998625 BTC
Feerates: 96.15 > 2.00 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (128,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
786,570 786,570 00000000000000000000658fc6a7607bd46086d5aa37a60d1ec3d469223e6492 3,088 1.00/1.00 vMB 20
786,569 786,569 00000000000000000000e3152fc1a8012f795e0e3e85accea62490491a257794 1,755 1.00/1.00 vMB 15
786,568 786,568 0000000000000000000015a5f3d1f723ac7d69c1454991654e483c2b77d4258c 2,169 1.00/1.00 vMB 25
786,567 786,567 00000000000000000002401a35509e060d6b8cc72ee36023da9f3339c0728380 3,128 0.79/1.00 vMB 7
786,566 786,566 00000000000000000002719b62aa53fcab8c12ba3538458423464263098f5b44 3,320 1.00/1.00 vMB 18
786,565 786,565 00000000000000000001894f832db162871ce1a6b0572cbfdd1b35b4d4a07099 2,576 0.81/1.00 vMB 10
786,564 786,564 00000000000000000000cd75196d28ef5542f8aece002b9d8bbd21d348d844b4 3,046 0.81/1.00 vMB 4
786,563 786,563 000000000000000000024f49cd3ba8e3b106485f8cb8ef0d945938bd0456627b 4,082 1.00/1.00 vMB 6
786,562 786,562 00000000000000000002b1401a0afcd851fea4167270ced1d1d4797e85b60b34 3,019 1.00/1.00 vMB 5
786,561 786,561 00000000000000000005326be308b12ee7917dbeb20df8e87b0c4c5d26219703 3,171 1.00/1.00 vMB 19
786,560 786,560 000000000000000000020f0e7103c740327295aa39e83f22e9c2e0464a38496d 2,827 1.00/1.00 vMB 8
786,559 786,559 00000000000000000003c74eb33a802c10c0d10da030a8f2a022cf04bda1a7f2 2,916 1.00/1.00 vMB 9
786,558 786,558 0000000000000000000593a27ff7cb6c5f99b2271c236d571c9c4bd77f4933d9 2,662 1.00/1.00 vMB 16
786,557 786,557 00000000000000000001b6445eadceb68c7dbff1624e052d4c372ffb156c06b0 2,868 1.00/1.00 vMB 17
786,556 786,556 0000000000000000000243ecd72f896f5a56c6b9b6c476a174c3df2c759c312c 2,455 1.00/1.00 vMB 20
786,555 786,555 00000000000000000005b3507576a9ce86abd2040db7a89d618f40edac95f622 3,533 1.00/1.00 vMB 26
786,554 786,554 00000000000000000001a84a47f71cbed3080058179326dd21cab73977e28592 1,449 0.39/1.00 vMB 12
786,553 786,553 00000000000000000000bab0bdc69854babb4448233e1b10619564b1fa38c57f 605 0.17/1.00 vMB 17
786,552 786,552 0000000000000000000310963d6025986bf8216b4b3817e9e0e5f5b39e279fa5 2,637 0.82/1.00 vMB 7
786,551 786,551 0000000000000000000462ed942be0a78807c8d6f2d567efcd8f6c4f3df57843 3,432 1.00/1.00 vMB 14
786,550 786,550 00000000000000000003f6cf31e58b12cc1864269f457821f47a4ea630e051fa 3,261 1.00/1.00 vMB 7
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.56 GB
    • Received: 13.94 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.