Loading Tool

Explorer IconExplorer

Memory Pool

81,165 transactions
31.92 vMB
0.08234746 BTC
Random Selection Loading Transactions
Max Size: 191.61/200 MB

Candidate Block

Mining Attempt 1281f5639d5c27c4f86675772d6273799952e1edf0cb247ecea9b23b52b4afcf
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root f6792c374952b28b04ba1c643827182ede6d65b69248c478f623958eb140dd68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,395
Size: 1.00 vMB
Total Fees: 0.01226677 BTC
Feerates: 119.03 > 1.23 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (214,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,908 700,908 00000000000000000002c070c96c6c9b2613bf13b63adfa49a8a22a857a15272 312 0.13/1.00 vMB 12
700,907 700,907 0000000000000000000b39e8ca3bc679e09842cb5a925bab3d3c52db3307c51e 635 0.18/1.00 vMB 16
700,906 700,906 00000000000000000006983873cb6908f626ac3dc7bc3b1b201b359939155e60 1,536 0.58/1.00 vMB 11
700,905 700,905 000000000000000000078d596de3e6f407bd945c14bc07f48e60d6613a28b877 1,255 0.45/1.00 vMB 18
700,904 700,904 0000000000000000000b72731bc0617fe95470287c10184f24690314bad7fafd 128 0.06/1.00 vMB 10
700,903 700,903 0000000000000000000362d55a1649144da2c8f33f3b9a61d6350fc7a3178749 1,465 0.89/1.00 vMB 18
700,902 700,902 0000000000000000000605e11af91e2f216b2340245c54b646de6decf86de7f1 2,375 1.00/1.00 vMB 10
700,901 700,901 00000000000000000000f6da6e61c1784cdd73a25b6eabcd2599b0de4dc40d17 693 1.00/1.00 vMB 3
700,900 700,900 0000000000000000000f38de7c1318723ecac32c136f9cd0f7fdb90c1851bcd9 2,325 1.00/1.00 vMB 5
700,899 700,899 000000000000000000064017982b1324b69176154808954c6fd50c0925d022e0 1,509 1.00/1.00 vMB 5
700,898 700,898 000000000000000000025aac1ca9e423c57642dee69fec5fbb0df70e21386354 1,309 1.00/1.00 vMB 9
700,897 700,897 00000000000000000007656b13b59227cf9ef2c3a4e7a7347a8a060bc4a7c14a 400 1.00/1.00 vMB 5
700,896 700,896 000000000000000000002bae0e4db92f08406e138c3eb0d3058984b5b005cd29 1,790 1.00/1.00 vMB 9
700,895 700,895 0000000000000000000eb4ffee3f7d90fa7eaaf08b93f454da9ec4fe4e0c52c6 1,377 1.00/1.00 vMB 6
700,894 700,894 000000000000000000057b4b32f84b9a0c8779857ad94da678bfbfb3b6f9dec4 1,125 1.00/1.00 vMB 10
700,893 700,893 0000000000000000000c7823fbd238585e675c59466380a91512206308b63fbb 1,878 1.00/1.00 vMB 10
700,892 700,892 00000000000000000007c5729ea5deeecb802d670e6ac59c6b42b8350c11ad46 2,898 1.00/1.00 vMB 22
700,891 700,891 0000000000000000000f43681b3da747b303e9cdacb6f7661cd03ea8dd36d94f 2,463 1.00/1.00 vMB 8
700,890 700,890 00000000000000000005fa80c80fad8030c640742e73dbbfdefa3f1e1fbb2fe3 960 1.00/1.00 vMB 9
700,889 700,889 00000000000000000006cc882e941e8d4c1a22fa5cba738d3bdc125d021f507c 2,282 1.00/1.00 vMB 22
700,888 700,888 0000000000000000000cf7a9e970d93befdf6546a42a36714fea3bdb7392f4a2 894 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.70 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: 697.31 GB
    • Received: 16.55 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.