Loading Tool

Explorer IconExplorer

Memory Pool

53,658 transactions
31.95 vMB
0.13427258 BTC
Random Selection Loading Transactions
Max Size: 170.78/200 MB

Candidate Block

Mining Attempt 4450d14e738112e5b1cdbd7c11f7bc2cdb28eb129505a7609673e39289a65980
Version 20000000
Previous Block 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1
Merkle Root 60250667dcc990d7dfd3e8df3ef527c9fa57db788cd01c6a197581dd8ef95971
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.03627218 BTC
Feerates: 368.10 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,820 (333,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,583 581,583 0000000000000000001b7b19b6f13ddb5ab0e56104be95befac44172080799f4 2,895 1.00/1.00 vMB 95
581,582 581,582 000000000000000000229c60bd8cb34d897e7c2dddcb2eb313141b409ac252fc 2,028 1.00/1.00 vMB 71
581,581 581,581 000000000000000000025e55090322725571aca23f8ca86e6c826b0a1b77a0c3 2,262 1.00/1.00 vMB 104
581,580 581,580 00000000000000000007161d98025b3cb126c1bea02a3f9fc7c84e292981c72f 2,004 1.00/1.00 vMB 62
581,579 581,579 00000000000000000013395b4a2a6fd86f90258042bbeecc95f804f849502479 1,763 1.00/1.00 vMB 61
581,578 581,578 00000000000000000021bb26116d644da74dcc58b4d3f0e66e747578452b760d 2,265 1.00/1.00 vMB 75
581,577 581,577 0000000000000000001cfe220bf71e9586fa388de381c7328036107d873fa287 2,578 1.00/1.00 vMB 104
581,576 581,576 00000000000000000005bb4e2e18ff4c4036d09c18b57beab7ccd7902d9fbcd6 2,470 1.00/1.00 vMB 35
581,575 581,575 0000000000000000002591c5625c817a999cbc1f1c0f4f2f29fbe7584721ca2d 2,526 1.00/1.00 vMB 66
581,574 581,574 00000000000000000012ea282fe9126545949bf94bd54ac7b9c2adcf1f2675ac 1,982 1.00/1.00 vMB 72
581,573 581,573 00000000000000000008f8cae024f05432e364af5bd017d893d4406c21f66a68 2,170 1.00/1.00 vMB 74
581,572 581,572 000000000000000000256701da5cb456991594c5928d5aa841b061df85ba7464 1,372 1.00/1.00 vMB 110
581,571 581,571 000000000000000000025cb1ca4ee8dadbf54659290f981d2b8e133d5b6f826c 2,737 1.00/1.00 vMB 101
581,570 581,570 0000000000000000000e463a0a158bd39511cb3ef4468577465f5ba21d778bef 2,405 1.00/1.00 vMB 63
581,569 581,569 0000000000000000000b263223d0e125edc2c9d1f478e84e2e327fd04f709340 2,510 1.00/1.00 vMB 81
581,568 581,568 0000000000000000001a84a1a2fb978c5929acb0607757e1ece42425b46e3c09 1,983 1.00/1.00 vMB 80
581,567 581,567 000000000000000000019b386ff91c3db660b8d012562a60f0d1f0f4c8f3a021 2,660 1.00/1.00 vMB 98
581,566 581,566 000000000000000000123e7a80758fc1c7e6618f62458d547f6f4a5c737710a4 2,542 1.00/1.00 vMB 84
581,565 581,565 0000000000000000001e10e058468b6f982adcc3dbcf58c6e347e57d4ea6ba3a 2,171 1.00/1.00 vMB 73
581,564 581,564 00000000000000000012fb31caa6276cc64ce0e6028288437a5a47e54fadb62b 2,518 1.00/1.00 vMB 91
581,563 581,563 000000000000000000043604f590b3418dd9493ae9a0dca1ef27284278d44272 2,096 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.07 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: 651.24 GB
    • Received: 13.50 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.