Loading Tool

Explorer IconExplorer

Memory Pool

75,044 transactions
27.68 vMB
0.07473311 BTC
Random Selection Loading Transactions
Max Size: 168.93/200 MB

Candidate Block

Mining Attempt 38c67cbdd7eb382093604a9e732e038e3df2ddfe4acc2b0dfc9b4ee7b4c7eb22
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 1f2dde7bae6f3125e6de7da8e190c008c6b1cb50a6220e2a01cd51fbb802a200
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,367
Size: 1.00 vMB
Total Fees: 0.01496127 BTC
Feerates: 80.55 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (300,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,591 614,591 0000000000000000000146e853fee9592a569088ab38dd2b48db1a368369e73e 87 0.03/1.00 vMB 5
614,590 614,590 0000000000000000000471ffd3da1d387ea32042363ba21cb9b8704fee664cf3 75 0.02/1.00 vMB 10
614,589 614,589 00000000000000000012ccf30eb7b76d5b8e4d0caee35454602c2524ae5a3610 1,188 0.35/1.00 vMB 9
614,588 614,588 00000000000000000009cd1884faddcac170c16c26087253ec5329e4989ab6bf 2,043 0.66/1.00 vMB 12
614,587 614,587 0000000000000000000d4f09725da0aab7ed4ecc34702ed6d1a6e5f6ffb56324 923 0.24/1.00 vMB 11
614,586 614,586 000000000000000000026dbb2082ac410ac9469fd1cdda12280a330e1307e01b 2,236 0.77/1.00 vMB 7
614,585 614,585 0000000000000000000b5b2a307cb15f7a0f080d53ca10ffd4e7c3cc8433b15e 776 0.21/1.00 vMB 12
614,584 614,584 00000000000000000011c9e72eb85e1a3913959d303bc05592e0b722d5a9f599 689 0.21/1.00 vMB 15
614,583 614,583 0000000000000000000eb1f6ae77983af5af77033d848d0550372f923b0e3263 3,295 0.88/1.00 vMB 4
614,582 614,582 00000000000000000003e1ec89c48d8436260beb48ec5606a65387240f5339b7 2,917 1.00/1.00 vMB 14
614,581 614,581 00000000000000000000777234f7ba446e7358d2fdcb7771291b166f2c13186f 224 0.07/1.00 vMB 13
614,580 614,580 0000000000000000000c0b000b28275aa54e277db5d00e08d22b56e13d4d644d 2,051 0.72/1.00 vMB 9
614,579 614,579 0000000000000000000af92035821bc5ad1816dcbc9c5880d14b04d86fabc1c6 3,153 0.99/1.00 vMB 10
614,578 614,578 000000000000000000055229d0b646eda7ccba7dd77895111ed57e1f06f6abed 2,972 0.99/1.00 vMB 2
614,577 614,577 0000000000000000000f83e33ac8228924c6d940f1baa984070927b3edfcf248 2,894 1.00/1.00 vMB 15
614,576 614,576 00000000000000000010ee8ca6f9d9e0f5ab52abf9007378ba43b8a9ca569940 186 0.07/1.00 vMB 33
614,575 614,575 0000000000000000000840d1d5c79c0c65f9f1166fb833ef38728a3cd32dd86f 1,758 0.56/1.00 vMB 15
614,574 614,574 0000000000000000000fdddb8d8e94dd26a330265cec5becd28387de1f572523 1,695 0.57/1.00 vMB 13
614,573 614,573 00000000000000000010be2213d7e76f8b9d457a6254dcc27889daaf4f4f2eef 868 0.34/1.00 vMB 12
614,572 614,572 0000000000000000000a6a0b9ca1b8e0d116f62369e3605e2ef15ded40e0f4fe 79 0.02/1.00 vMB 12
614,571 614,571 0000000000000000001166118aaa48e19d7c35a4a67010c83d03c97d3321bed4 230 0.07/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.