Loading Tool

Explorer IconExplorer

Memory Pool

77,656 transactions
28.84 vMB
0.07412707 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt ca58e8acba6e1ca1005ebd41b6c324aa9c6329d32890fe83f06295ffab6e2b7a
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 47c480ff0ddcf81ab82ad28449cfe3b0e2a0f334a76185422db0e2af95317758
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,802
Size: 1.00 vMB
Total Fees: 0.01403852 BTC
Feerates: 82.75 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (309,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,585 605,585 0000000000000000000a8159bb9a5700593647dcbed1d3abb04325b6281ebad7 2,386 1.00/1.00 vMB 21
605,584 605,584 0000000000000000000220ea07ba8ca5be1c18c6a18da9ef042ca29d6601bb2a 3,071 1.00/1.00 vMB 41
605,583 605,583 0000000000000000000af5063d6d9b3e095348473d6b68b731feb2e140712fbf 2,491 1.00/1.00 vMB 29
605,582 605,582 0000000000000000000a075cb7daeb26213098ea731b4200165d170bcd1c440c 3,532 1.00/1.00 vMB 53
605,581 605,581 000000000000000000001540ca9880b7b384736dd72c5875e44466ad2dd88be4 2,415 0.89/1.00 vMB 28
605,580 605,580 0000000000000000000c2da473c36ed7066f00ecc80314ca4bad950bfe3e5405 1,354 0.44/1.00 vMB 29
605,579 605,579 00000000000000000009df584b29d2d2eb3093a1a35b2d7a87fed0ded5c42a99 1,981 0.88/1.00 vMB 7
605,578 605,578 0000000000000000000751ed7d0055a79c1936dac4a1ae9a94648e9244a89f5f 2,959 0.99/1.00 vMB 37
605,577 605,577 0000000000000000000b67afd2947bf45c3b1509805adccf5d41be8af408802e 2,164 0.72/1.00 vMB 14
605,576 605,576 00000000000000000006b4762f285586e51740c96cf984e5c5d5b3493b49744e 2,758 1.00/1.00 vMB 33
605,575 605,575 0000000000000000000ce7214a0a7f00f34831a4532e4228a0bb9b311628a592 647 0.20/1.00 vMB 32
605,574 605,574 0000000000000000000dc72bc6f421437ca1457c2c9e142d31a15b1c91d03300 2,507 0.87/1.00 vMB 19
605,573 605,573 000000000000000000128d8845c67809c266a44f6551d4725a2ef34ab893ea54 2,915 1.00/1.00 vMB 38
605,572 605,572 00000000000000000014880189044e3829a7f6ed755c4df097f057e27095596d 1,354 0.46/1.00 vMB 30
605,571 605,571 0000000000000000000cebc03b138d1f3026175f881fafb2896c013b392d1849 2,673 0.92/1.00 vMB 17
605,570 605,570 0000000000000000000662fb3d053b70b03bc1b57a20f7fa47e8b1312e6eaa09 2,681 1.00/1.00 vMB 32
605,569 605,569 00000000000000000011d2641f55b53a002c157ff028666b7e1b29d2492d1418 187 0.05/1.00 vMB 24
605,568 605,568 000000000000000000151e3e86833bfb6faa2368018ce5d01c26b853697be577 2,088 0.99/1.00 vMB 18
605,567 605,567 0000000000000000000e543bccb556a7202e5f2ddc8dfe5d3384ebfd8b4e2c20 2,485 1.00/1.00 vMB 6
605,566 605,566 000000000000000000149340fb5b43e82c53d5439d819388d9a805615ffac928 2,754 1.00/1.00 vMB 19
605,565 605,565 0000000000000000000fb3b93066231885e71b31d3f1b297e19a7d937645c885 2,712 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.