Loading Tool

Explorer IconExplorer

Memory Pool

44,006 transactions
27.19 vMB
0.08770432 BTC
Random Selection Loading Transactions
Max Size: 142.32/200 MB

Candidate Block

Mining Attempt a99c47f3c49adcbcf6d4a2d2d938730e86360a8dc0fade5a147dc582e3a74357
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 23976c202cd56a3a0f0a67d687e021cf7dcff28b172614909e6d148bc90dd9bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.03477399 BTC
Feerates: 150.93 > 3.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (333,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,586 581,586 0000000000000000001c3fcf7af80ae4529a75d20b184c4a5b13757b7f4aab9d 2,645 1.00/1.00 vMB 58
581,585 581,585 0000000000000000001bb39b4738332d93ccfa1fd576a308e5e7422c4afc5784 2,115 1.00/1.00 vMB 43
581,584 581,584 0000000000000000000583abc8570bc1830569b21094f503ba9f94c55bd9685e 2,625 1.00/1.00 vMB 71
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
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.