Loading Tool

Explorer IconExplorer

Memory Pool

81,369 transactions
30.27 vMB
0.07533673 BTC
Random Selection Loading Transactions
Max Size: 185.85/200 MB

Candidate Block

Mining Attempt 82a3c842af658e28eedb3795b0d5f7742a1e027ad799983cc60f99a51488a0a9
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 338be1086bf95810ad5086880cf16acc8f1cfff6a926600d11c7d7daf9834528
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,903
Size: 1.00 vMB
Total Fees: 0.00803274 BTC
Feerates: 150.77 > 0.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (409,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,614 505,614 00000000000000000060681695e574816cdc3192bbba4c30585af9f8f36d7264 707 1.00/1.00 vMB 93
505,613 505,613 00000000000000000021da71ac4231e2d744c73f917f547fc62e358e86282eca 756 1.00/1.00 vMB 54
505,612 505,612 00000000000000000000c22939eb255f0370c4aa8920c7ca747c90aa34c003d2 1,706 1.00/1.00 vMB 193
505,611 505,611 000000000000000000081fe85276bce8e4702d128a0c64c715c043d402cf541a 1,553 1.00/1.00 vMB 118
505,610 505,610 0000000000000000000d0efeaf81c7952f88a3f53cbd66c6adc5e8feea744344 1,093 1.00/1.00 vMB 112
505,609 505,609 00000000000000000036ad45cf5e1e7969a8e9e8fd942430d5b58071ee7e7334 1,183 1.00/1.00 vMB 123
505,608 505,608 0000000000000000001bd5f4f6b1327c838b6e7b7f0153dd7d786980deb15a5c 1,957 1.00/1.00 vMB 170
505,607 505,607 0000000000000000005d790033a0bfce5d882b46945e6add4857582f06fb0acf 1,593 1.00/1.00 vMB 53
505,606 505,606 00000000000000000011e47d212613fc81c9647a9e051c2641815dd8a4abc3fe 1,554 1.00/1.00 vMB 76
505,605 505,605 00000000000000000039467f1d7d23d8942c3dc6d0530adbbbaeb6025c1db542 2,003 1.00/1.00 vMB 209
505,604 505,604 00000000000000000053bd2b58576d394b8b5a6bfce27cd039a694b8a505f7f7 2,409 1.00/1.00 vMB 221
505,603 505,603 0000000000000000004647e97e20a19f3135228e453fa9a882b6b71c4deb1b78 3,136 1.00/1.00 vMB 326
505,602 505,602 00000000000000000067926e2b18e760122357dbc8d37d98010162108434b6e6 721 1.00/1.00 vMB 73
505,601 505,601 000000000000000000757b25396e4ea28f4904fd6b56a2066e7e9fff7a5904cf 1,332 1.00/1.00 vMB 110
505,600 505,600 0000000000000000006c080453eb4de11f9032bbb5be985ceab695e832914bc4 1,204 1.00/1.00 vMB 59
505,599 505,599 00000000000000000074e3d68768c3ff9b6f1b63d2c4f1e6db315ebf19c8d9b3 1,883 1.00/1.00 vMB 202
505,598 505,598 0000000000000000006fb0f0278412ed5e39d4239a9d8ec0a9861200ed5991b6 1,436 1.00/1.00 vMB 125
505,597 505,597 00000000000000000003c8294219d23535c4a516625cf331ee12ec07592cd88d 3,252 1.00/1.00 vMB 302
505,596 505,596 00000000000000000078bdcdc81445cec87797130ac4360d9cf29f37c48d43cd 1,558 1.00/1.00 vMB 126
505,595 505,595 0000000000000000006ef95ebc4b0af742db4a26a9660194509e73060ad78a5b 1,488 1.00/1.00 vMB 129
505,594 505,594 00000000000000000079b681e4e77ac0498c616c1b68585b54fb8749ecf863e2 1,932 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.96 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: 715.35 GB
    • Received: 17.71 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.