Loading Tool

Explorer IconExplorer

Memory Pool

41,670 transactions
31.64 vMB
0.08823775 BTC
Random Selection Loading Transactions
Max Size: 158.72/200 MB

Candidate Block

Mining Attempt 0fa519199612956a636cd076ea440b6ae8cb8b6311a55c3a48581789a58b43bb
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root 468b47f7a5970d510115f30abe2f8143f332aaff1dc0368db74b90190350d88e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,253
Size: 1.00 vMB
Total Fees: 0.02297522 BTC
Feerates: 150.77 > 2.30 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (104,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
810,213 810,213 000000000000000000017157c555d2dbb157fab5fc745a16b08e6738e0c85936 4,263 1.00/1.00 vMB 7
810,212 810,212 00000000000000000001e1f6c8ead46189e4be15a9d4ed23c9c3ab8173592fae 2,275 1.00/1.00 vMB 19
810,211 810,211 000000000000000000015d7268a3392ee8a1d12df7487ab05a16850db6b55d27 3,783 1.00/1.00 vMB 10
810,210 810,210 00000000000000000003bc9f4d0c3ee9506a98af5f998e76a26d0ce738857388 1,942 1.00/1.00 vMB 10
810,209 810,209 000000000000000000023aa4cd17246fd163f70c76886d0a8a0c95de12064463 4,082 1.00/1.00 vMB 10
810,208 810,208 00000000000000000003d001eba5cebcc7f518100c565e9b81a8d43abe1a4647 1,519 1.00/1.00 vMB 2
810,207 810,207 000000000000000000005bf8f39f891a7ef192cd420aca62e6e4e712f9651345 2,707 1.00/1.00 vMB 13
810,206 810,206 0000000000000000000328e424cd9ff6317a8f256f7bc2b5d3aa487e295eb27d 2,794 1.00/1.00 vMB 11
810,205 810,205 0000000000000000000388fb7927edce65a92fd529855ee0964a132a74943fd1 2,259 1.00/1.00 vMB 13
810,204 810,204 0000000000000000000025c009ef7f5a53d83c0f90b7204e6d4d6b8c558c3f46 1,544 1.00/1.00 vMB 5
810,203 810,203 00000000000000000004c503eb1af0f16fe468100db3dae2caf7420f22aaa8a3 2,862 1.00/1.00 vMB 10
810,202 810,202 00000000000000000004ad5b9643b09000d1e468caf79c19492429865b158489 2,419 1.00/1.00 vMB 13
810,201 810,201 00000000000000000003798b89f81fc9f8b4114a05d8b261769d37f15b910303 2,626 1.00/1.00 vMB 25
810,200 810,200 00000000000000000000c5cc0c343a645d4ddf2c34199c7a36f3867b388a590f 1,990 1.00/1.00 vMB 13
810,199 810,199 0000000000000000000001269deff2deadd10a3e9e1bfe9795008be8859bb977 1,619 1.00/1.00 vMB 12
810,198 810,198 000000000000000000010d0c03672ec4d0e4a791fc38d09baf5babc90b86ff62 3,089 1.00/1.00 vMB 21
810,197 810,197 000000000000000000026d09928e849e52b1d5702c53b859fbc4303a0565a0e8 2,537 1.00/1.00 vMB 5
810,196 810,196 0000000000000000000250a8eb6f5d7b83585e41f2d2c802122f4c8efaee5d15 2,066 1.00/1.00 vMB 3
810,195 810,195 00000000000000000000e771cd89026a707f1aa1dc403bea48b5b1cd0a2f3c46 1,145 1.00/1.00 vMB 22
810,194 810,194 00000000000000000000548221338bead65c3a96c19c421f95d10b2ab258463e 1,442 1.00/1.00 vMB 7
810,193 810,193 00000000000000000002e1079a37b1424ec04d80a2b2c22a68a5314b6d09d6e9 3,206 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.52 GB
    • Received: 11.60 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.