Loading Tool

Explorer IconExplorer

Memory Pool

78,089 transactions
30.15 vMB
0.07125353 BTC
Random Selection Loading Transactions
Max Size: 182.89/200 MB

Candidate Block

Mining Attempt e2dfb3f17cfdab2a4aadb91c93f34926162f40c6551e774715d4c4d399598b66
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root 2658822b7837331ea03c6c07403f7ef7cc31536ac2d8c59d53c9a8bd1250562d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.00715421 BTC
Feerates: 73.91 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (514,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
400,674 400,674 0000000000000000000530e6708f01583dc1273ccdc9b8f6d585af87924d04e7 2,284 1.00/1.00 vMB 40
400,673 400,673 000000000000000005c49cb0e59a2a6e21b7b3fbc11da7d80528ec1fba800cfc 2,488 1.00/1.00 vMB 56
400,672 400,672 000000000000000005c6720c2d7bfab440fcfc52a00ab412f10c4edd485adccc 2,463 1.00/1.00 vMB 63
400,671 400,671 0000000000000000053529b1b9545850969e30ce31f54c13fd52642b548a6d11 1,803 1.00/1.00 vMB 24
400,670 400,670 000000000000000000d36ba4a4e8b3eb6707a8a805cd99b3c7e6c52a337e0213 2,624 1.00/1.00 vMB 57
400,669 400,669 0000000000000000054e4633df41ab82e8f34ade8ef7eb8c9f90fdb1909d508b 2,579 1.00/1.00 vMB 59
400,668 400,668 0000000000000000049c6d22a8d36bc34efe50dbf69ef27f1a699e922fd608be 1,364 0.95/1.00 vMB 25
400,667 400,667 0000000000000000013514ffa48cd5e106f42e80e11b01173b800ff6f74a06d6 1,840 1.00/1.00 vMB 28
400,666 400,666 0000000000000000004718c96d1b45ca22d7edf05f0d48fb7cc775d402e8063c 1,814 0.75/1.00 vMB 43
400,665 400,665 00000000000000000640521595be81801b298632c4ac537acfc4a91fed8daaa4 1,681 1.00/1.00 vMB 26
400,664 400,664 0000000000000000052cf5f2b5eee456c7530dcf911c064421461b57012637c3 2,414 1.00/1.00 vMB 57
400,663 400,663 000000000000000003b10704bb12567926aeee314f181445d5a19ef18d14ba30 2,000 0.99/1.00 vMB 40
400,662 400,662 000000000000000004061bb264f38441d94efa1a8a3a8c1e04ec42dd90ebde09 2,748 0.93/1.00 vMB 43
400,661 400,661 00000000000000000059e3a6f6add0994d37e9033ff3d69ce125ce8278efff4a 2,448 1.00/1.00 vMB 65
400,660 400,660 000000000000000000953cf41de0d020e29fd36e2bcdbe5cdc6848298921eaed 1,965 1.00/1.00 vMB 27
400,659 400,659 0000000000000000043d1adfe73e9997d299a8445b2ab441390f575d2cfa9090 2,356 1.00/1.00 vMB 34
400,658 400,658 00000000000000000357b0aec150b16fa4bd2b4dbe816cc542e2b89d519f6254 2,346 0.93/1.00 vMB 69
400,657 400,657 000000000000000005af109a7cfeef45fa622ada9239b22f6fb5fb2a7f9e7fdc 1 0.00/1.00 vMB 0
400,656 400,656 00000000000000000389f1df5dc580888459644bd8a6270cfb890ffcc5ff202a 1,511 1.00/1.00 vMB 32
400,655 400,655 000000000000000005183565156b4ca2259fcd36f76e080d622f781767187d79 2,694 0.99/1.00 vMB 63
400,654 400,654 000000000000000005c1cf8ffd717452a30a5a0c14ab4734ed1417544f5dd661 2,294 0.95/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.72 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: 707.13 GB
    • Received: 16.66 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.