Loading Tool

Explorer IconExplorer

Memory Pool

39,483 transactions
27.89 vMB
0.10035051 BTC
Random Selection Loading Transactions
Max Size: 142.87/200 MB

Candidate Block

Mining Attempt 5daabd8db2faeabf7b6709e1df9d58c60dabface7a3155674325abfdf9a5f8bc
Version 20000000
Previous Block 000000000000000000001000aee6e3ae509c48b95212852c4d57a21fc9813ebd
Merkle Root 23f0af401902203f72747015168c3953a0c2415e2f245feeced50edc18b54763
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,414
Size: 1.00 vMB
Total Fees: 0.04361622 BTC
Feerates: 151.03 > 4.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,270 (748,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,986 165,986 00000000000001dfb5343fa72390561461b9940ca65762784a51aa862365f6c8 79 0.05/1.00 vMB 149
165,985 165,985 00000000000003c23f2e4b6ff7d741619b35e151bdbf1c91912383d6c13ee13b 126 0.04/1.00 vMB 209
165,984 165,984 0000000000000b12309dd48cc86f50788d7670d9745c7f25e53ddd61de7e76bb 24 0.01/1.00 vMB 16
165,983 165,983 00000000000005334eacbf00c80b57fb01bc7d969c4f8ab5bf5f45f7ea037ffa 71 0.05/1.00 vMB 159
165,982 165,982 000000000000063bc55ae004333f6c6ffa0f25f7b08492253ed3ca9868e4859d 9 0.02/1.00 vMB 99
165,981 165,981 00000000000002acd2e05abb752d9e91ed42619d06a6a8036c537af973eb6ec2 78 0.03/1.00 vMB 169
165,980 165,980 00000000000004173fc3f9363be7d70afe2971aacb569ea752d983499b614fab 22 0.01/1.00 vMB 130
165,979 165,979 000000000000096d4080a7f3e5b219309b2a2e9ebddc9a0873bdc11a07f4bff6 128 0.04/1.00 vMB 27
165,978 165,978 00000000000008b8871c46e8cf6280c0a15c5d4de136d01847d24685d68bab2a 11 0.00/1.00 vMB 0
165,977 165,977 000000000000087dfc3e12fa9c82d2cc6dc6d3d7146da0cdd22d5e4af7067049 107 0.06/1.00 vMB 194
165,976 165,976 00000000000009ecd69368780de950b79f319cfb01e56dd8497a12cd5d5bc5ce 76 0.05/1.00 vMB 102
165,975 165,975 00000000000003b4392e413b0587a370787cf74d84f51b0eef38b154ad7bd804 59 0.04/1.00 vMB 214
165,974 165,974 00000000000003a222b5f4237fd387d541ca506d23670301e8df25050d51f810 35 0.04/1.00 vMB 49
165,973 165,973 0000000000000403fac45c98a11b172ac3c643fbe4a83c23605bcb201be5785f 1 0.00/1.00 vMB 0
165,972 165,972 0000000000000752eaf6c686a9f874680b5cfb504bdbf4a63c14f76e8650a1d8 55 0.02/1.00 vMB 98
165,971 165,971 00000000000003a400f6745734fab0032af93b1e33c2e74cc066faa9e8bb5772 66 0.04/1.00 vMB 154
165,970 165,970 00000000000000649b2e2e844bd0df5a22d9c466ca69f806263b45d9e3a131f2 48 0.02/1.00 vMB 186
165,969 165,969 000000000000023c426b7537118db310c8b33f969feec6090dd7687770514ef1 102 0.04/1.00 vMB 11
165,968 165,968 000000000000078877e449325eb6bef602c1e9fe0b1a92834dbcb0f55e630fef 59 0.02/1.00 vMB 253
165,967 165,967 00000000000004275b11a25a15d5d179d05e78797852d110912f2fb3a78c1d3c 63 0.03/1.00 vMB 78
165,966 165,966 000000000000054d3e047cbd896b0e27383e58eeb7ebc263664dd7d3c586f4d2 41 0.01/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.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: 578.34 GB
    • Received: 8.73 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.