Loading Tool

Explorer IconExplorer

Memory Pool

78,948 transactions
29.44 vMB
0.06704786 BTC
Random Selection Loading Transactions
Max Size: 177.23/200 MB

Candidate Block

Mining Attempt 6479e37399b92cd50ea6f3f4864e74c98b2e57beeaaa42fb03869d8a95d186f5
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b04d096934e08e2adde982ead5f7f15bace926048e703eb6bbff328b1badec7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,410
Size: 1.00 vMB
Total Fees: 0.00719541 BTC
Feerates: 150.77 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (461,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,258 453,258 00000000000000000072c5571a460caef7d3cc26dce0761ccee65cba106f6f30 2,218 1.00/1.00 vMB 108
453,257 453,257 000000000000000001e3fc926a7e96bfe074ad2005123a01dc5e46bd12bdcdda 2,647 1.00/1.00 vMB 135
453,256 453,256 000000000000000001582239fe8fc5a4947102aab2753a98bb835ed6c7c53b1d 1,530 0.90/1.00 vMB 89
453,255 453,255 00000000000000000070c60dc5b3afa5b4c786a461e875e66afcd61fd3db428f 1,857 1.00/1.00 vMB 72
453,254 453,254 000000000000000000b1d35d8a3381a68d3153fe0810f84a85a697eed00baa60 1,401 0.99/1.00 vMB 45
453,253 453,253 00000000000000000257753633896397fee018e3df2d67e66a29fac5ebcab2d3 2,310 1.00/1.00 vMB 119
453,252 453,252 0000000000000000013ab966a192d84e4863c7bd7a74e680545b46fd3c778603 2,021 1.00/1.00 vMB 113
453,251 453,251 000000000000000000667d9be9bc92b932785aad88a4bb0b6f745b8c1c72c67d 1,934 1.00/1.00 vMB 81
453,250 453,250 000000000000000001298000ebc1d683c6a32848e5365b50571231da87dc1720 1,586 1.00/1.00 vMB 88
453,249 453,249 0000000000000000008aa64abeae30d4ecef50cfa382b45651bcc9848a60f5f4 2,037 1.00/1.00 vMB 66
453,248 453,248 0000000000000000007f8caf61e017db51e74ce61499e541ebda53eb7769eaf1 1,931 1.00/1.00 vMB 98
453,247 453,247 000000000000000002736daa7646c20f00ee6f02d3ed2870ffd0b1090242de44 2,736 1.00/1.00 vMB 81
453,246 453,246 0000000000000000018edb5389497ccc2e3e63835e284a299c74482145522515 2,165 1.00/1.00 vMB 112
453,245 453,245 000000000000000002606ef8671b75d04e4e4037980482d43d44b48f69628de9 2,187 1.00/1.00 vMB 76
453,244 453,244 000000000000000001e42704516fa082f7ec48e284161da97e4b78da6dbbbe7f 1,763 1.00/1.00 vMB 70
453,243 453,243 000000000000000000e816e6bc6d9b38884baeabd9f6db61a0c0398960441b0e 1,720 1.00/1.00 vMB 90
453,242 453,242 0000000000000000008ceb895ce077d54f2eb39374fa8ca91aabd01bbc09d4a6 2,137 1.00/1.00 vMB 107
453,241 453,241 000000000000000002432828780ed2687e9f487523207b742b546d0a2071e093 2,126 1.00/1.00 vMB 110
453,240 453,240 00000000000000000264e88a1a1d1356173810d0fa5e82bd5c3c9cd5537f082c 2,589 1.00/1.00 vMB 133
453,239 453,239 0000000000000000023bb3ef19b4978c67bb31d4cf9ea54f5a34849cb125b86c 582 1.00/1.00 vMB 144
453,238 453,238 0000000000000000020643fed3cf7afa85b12644bac2999bc65bfe86dbc87f7c 784 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.38 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: 664.28 GB
    • Received: 14.96 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.