Loading Tool

Explorer IconExplorer

Memory Pool

77,111 transactions
28.61 vMB
0.06425334 BTC
Random Selection Loading Transactions
Max Size: 173.64/200 MB

Candidate Block

Mining Attempt f2b93c9c3dcab33dae372e00d7a38b020440ec007dba3ad1eb7d4edfa68ba274
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root d72cf8ff7b7edc4e6e04b28f70f04eabd1b858b8d37e6742fcff72288e974351
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,827
Size: 1.00 vMB
Total Fees: 0.00482704 BTC
Feerates: 40.21 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (102,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,480 812,480 0000000000000000000118c98c45e3e3d206e256ba8b101fe7b490db5052cca2 1,750 1.00/1.00 vMB 11
812,479 812,479 000000000000000000036acea026c39e653d61425eb419447eb6c324bd3f503a 3,517 1.00/1.00 vMB 24
812,478 812,478 00000000000000000001bdf858810ef7ad5d45b694f930be712d9f5a33abd913 1,404 1.00/1.00 vMB 11
812,477 812,477 00000000000000000002b09034411b21e0c08dd4cb95103fc1e5131681546bd4 2,409 1.00/1.00 vMB 14
812,476 812,476 000000000000000000043fbcfd5ae6d773c59c04dd8d8a770af1b0072f0a1b5a 3,277 1.00/1.00 vMB 24
812,475 812,475 00000000000000000002cf58ea19ffd945e3b71b832a48d0e4ff1c3e59fa6d64 1,131 1.00/1.00 vMB 9
812,474 812,474 00000000000000000002cae8130bf316dc161ad8cbaa52be1960f98357da8c32 3,717 1.00/1.00 vMB 23
812,473 812,473 000000000000000000016667c1103744340aa385e91b47e78fd4edf53d7838be 3,592 1.00/1.00 vMB 23
812,472 812,472 000000000000000000005e0c23d378bec0f0517932183eb7add41cbe8a9b3579 1,240 1.00/1.00 vMB 9
812,471 812,471 00000000000000000001a7989f715ddb3862ff569a46a1262971befabafc3343 1,379 1.00/1.00 vMB 11
812,470 812,470 000000000000000000044650c396733e03137d6894c765f9f97316ebff0727f8 839 1.00/1.00 vMB 12
812,469 812,469 000000000000000000012b4e01990773687132b43ec5792ec29b5d91fe0e0d53 1,986 1.00/1.00 vMB 13
812,468 812,468 00000000000000000001a96b8e3e6495b0e8e590df116353b7209f0c3dbea3a5 3,070 1.00/1.00 vMB 24
812,467 812,467 0000000000000000000385f9a65c73d68fd2b421b481e3f8e8e40620a93c60ec 2,804 1.00/1.00 vMB 18
812,466 812,466 000000000000000000034772d33e7e78aab52fe509ac667966c5563b8733184a 2,036 1.00/1.00 vMB 15
812,465 812,465 00000000000000000001a77e7e35c1b76a2ed4e317eb62e77516fce60444ab22 2,663 1.00/1.00 vMB 23
812,464 812,464 000000000000000000034fb859108df18d722550cc837c02c66c0d9047631cbf 3,580 1.00/1.00 vMB 23
812,463 812,463 00000000000000000000c09056cefd1a7aac3e93dd9ae2fbe3a565abe485d290 3,281 1.00/1.00 vMB 20
812,462 812,462 000000000000000000026233d8ed0c4efbf6805ed9cf939777e49804e0dcd3ac 3,345 1.00/1.00 vMB 27
812,461 812,461 00000000000000000002fe2b0abd04d55f96cbdeb21786031c0824fc43b90cbc 2,772 1.00/1.00 vMB 45
812,460 812,460 0000000000000000000362fa5436b32fb84db5333e5bcd67a6b1c2c3e31b08e2 2,137 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 669.88 GB
    • Received: 15.78 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.