Loading Tool

Explorer IconExplorer

Memory Pool

78,360 transactions
29.37 vMB
0.06593667 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 5652449e8328fa1e89777eb6e019bd2f24105dd4c43734256a988c93f30f3b80
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 20d1c8bab00dcf0dd864ae63f0befdf543f764f0049a85bfa3d00b1471240364
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.00636049 BTC
Feerates: 50.25 > 0.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (148,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
766,490 766,490 00000000000000000001956a074fcb78222e3223a95cff38c8af86bff57ee916 492 0.17/1.00 vMB 16
766,489 766,489 00000000000000000000a5bc324e2b32588c1193176320ba8615b59dbe3732d0 1,391 0.51/1.00 vMB 7
766,488 766,488 000000000000000000031639808da3bfd0886bb95895ae97449cb6c0290a0f11 2,854 1.00/1.00 vMB 19
766,487 766,487 00000000000000000005ada721afa5166c06a30a5e7c90afe2eba46232a79b7e 1,514 0.46/1.00 vMB 10
766,486 766,486 000000000000000000037bcd629fb2bd1dad48383ecb1e7743fb66b6eedf52bf 2,809 1.00/1.00 vMB 19
766,485 766,485 00000000000000000004c851d1f51e38756ba9d3d57e6e0c9d0eb8c0bfd26ca2 1,513 0.85/1.00 vMB 6
766,484 766,484 00000000000000000000be8e59dbd5bd45892ccc64a5195a9dc9afdd61aa312e 902 1.00/1.00 vMB 16
766,483 766,483 00000000000000000004d6cc1bbf089f1595d747c8b39abeb2bf3f8a83b087f2 1,663 1.00/1.00 vMB 19
766,482 766,482 000000000000000000038a3a428fed91576cc3fa825fbd7358614dec5fe90475 1,612 0.58/1.00 vMB 13
766,481 766,481 000000000000000000078d2c309bd40b79e093ffc08ba0c3201d626c309e1b90 3,080 0.98/1.00 vMB 14
766,480 766,480 00000000000000000005f70a3cfa78816e93c7a6704c7fd5e15ddbed1dbcaf14 707 0.25/1.00 vMB 13
766,479 766,479 00000000000000000002b689631eb1c3e13e0a24bd37758f923e610c3ec9da7b 1,008 0.26/1.00 vMB 16
766,478 766,478 00000000000000000005337ab52ecf1dc8ef47a24d40e4f83d0665e40943d13f 923 0.39/1.00 vMB 11
766,477 766,477 0000000000000000000810872ab09ce63269c70314f5b86862933f20e5727ab6 1,446 0.46/1.00 vMB 14
766,476 766,476 0000000000000000000049d2074b79b09e618dbb1df3062c3cb4b9c934ac14aa 2,446 0.72/1.00 vMB 16
766,475 766,475 00000000000000000002c66fce12b1f2ae9def0e72daa750e2d66fcd9d10048a 1,421 0.52/1.00 vMB 12
766,474 766,474 000000000000000000022d652ead4428ccf39e353054a4c5a096f8be4ff53a93 817 0.26/1.00 vMB 14
766,473 766,473 00000000000000000005f840b0c53e8f4d1142d4e7b1c2a0353f2ff69808e84a 95 0.02/1.00 vMB 17
766,472 766,472 0000000000000000000512df3a281bf1c2f896965f649cc39918cbd0803b9567 1,961 0.92/1.00 vMB 9
766,471 766,471 000000000000000000033450fac903bab5f7608c08fc0958bd8fe720eee8fbd0 2,495 1.00/1.00 vMB 11
766,470 766,470 00000000000000000004c7361a84e9626aad90fa57ee93a4901fce2940ef5ef3 1,924 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.