Loading Tool

Explorer IconExplorer

Memory Pool

78,180 transactions
29.35 vMB
0.06479731 BTC
Random Selection Loading Transactions
Max Size: 176.32/200 MB

Candidate Block

Mining Attempt 48d67d97d388c59d6da1fc5ea88cfd9cee6861a7ae598fe257cad6d751682d26
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root a227270835fafe6ebcf5df26c4648c1870c0bc572c78c28e92f5cd8c6ef5ccbc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,091
Size: 1.00 vMB
Total Fees: 0.00526930 BTC
Feerates: 18.31 > 0.53 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (461,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
453,237 453,237 000000000000000000637065739f23d9c9be231a45e1a2a17b9dfbd0c1f31c9a 926 1.00/1.00 vMB 170
453,236 453,236 000000000000000000e5d7cde447005c68ed567b1744d2e4dab5eff451291429 391 1.00/1.00 vMB 156
453,235 453,235 0000000000000000019ee980eb5c43e1e4e9d16bee8bb96d9ee691fa2c49c219 421 1.00/1.00 vMB 148
453,234 453,234 000000000000000001f55581e25d3ec477891a2004fc710ab0afa389d284cfea 1,722 1.00/1.00 vMB 168
453,233 453,233 0000000000000000000bc5c582ad35d38ad6f8af471c0d9000da0296e89f1229 1,665 1.00/1.00 vMB 96
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.47 GB
    • Received: 14.98 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.