Loading Tool

Explorer IconExplorer

Memory Pool

77,220 transactions
28.85 vMB
0.09826851 BTC
Random Selection Loading Transactions
Max Size: 175.04/200 MB

Candidate Block

Mining Attempt 3bd114fbe81f1fbfa0114634641a55a178e256fb5d97891a19595bc24ce855f6
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root f8d3e6978501e5fbcc11681703a4e846dd090030702312f655807aeacd87433c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.03017901 BTC
Feerates: 180.82 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (304,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,278 610,278 00000000000000000008d51ac3fba9395a613a843bdf88a5ac4ddae132538361 2,776 0.83/1.00 vMB 13
610,277 610,277 000000000000000000106639f1bfd06f34dc5b31dd96ce37f014afecd20f79c6 1,829 0.54/1.00 vMB 14
610,276 610,276 0000000000000000000cf981e3b5fd5a11bd798d0fc8006e544d5d4bebfbc34f 2,415 0.70/1.00 vMB 13
610,275 610,275 000000000000000000152eaf02afbe5904a843d877dfb9fd5fc6ea1adee71f3b 2,350 0.73/1.00 vMB 12
610,274 610,274 000000000000000000072a75e493a753dd7b29de6fa9bede0b6d60903c8f5181 1,345 0.38/1.00 vMB 12
610,273 610,273 0000000000000000000de0fed741a0feaf93a48bf8f3e9010af7bff73d150fc1 611 0.25/1.00 vMB 11
610,272 610,272 00000000000000000003dc6c03cc4906389a189dde9a638c8adff9c67050c3ce 606 0.17/1.00 vMB 14
610,271 610,271 00000000000000000009b22ebf5ee52e1592d0dc354ef02a460043c3c3a1b574 2,822 0.89/1.00 vMB 14
610,270 610,270 000000000000000000071d45f0a40b5b3ae542147fdb5760b2c75c869697a9c9 1,694 0.50/1.00 vMB 13
610,269 610,269 0000000000000000000ee27fee39943e29bd655df44f8e3fa20d6fb58ea91198 2,560 0.73/1.00 vMB 13
610,268 610,268 00000000000000000004bf6e330ee33adc797b29f46300b64426dfef50a6a1a1 326 0.13/1.00 vMB 13
610,267 610,267 00000000000000000001a97b1c3492a8814c6b0a040f4060e16e4d7379cd6ad3 2,868 0.99/1.00 vMB 9
610,266 610,266 0000000000000000000f74dd66397a0353668879e11169cb6c04a8b2c45a7da7 1,457 0.47/1.00 vMB 15
610,265 610,265 0000000000000000001166a96359f6f5dbc9dc1522cdeaa0dc04b9ab66e9988b 97 0.02/1.00 vMB 16
610,264 610,264 0000000000000000000aa3aa20f25a975ec0b1b523837e2a5c501d4f9dac508e 376 0.13/1.00 vMB 17
610,263 610,263 0000000000000000000a97aa3fc28ab59aee2e47868418a2afa93ef3d8210c92 1,563 0.82/1.00 vMB 6
610,262 610,262 00000000000000000001fbac335b9732e9fbd23651791780e1adabe884bfbfd5 3,322 1.00/1.00 vMB 8
610,261 610,261 00000000000000000010d250b790a0bffef3bf2398f011f73a8c33a2b20af0f1 3,154 1.00/1.00 vMB 24
610,260 610,260 00000000000000000013403d0902059e6bef04c6c034c0592ba7a7fe72299696 420 0.12/1.00 vMB 12
610,259 610,259 00000000000000000014aa98bc6948c6c1a43631eca48d865dc32409814a188a 952 0.34/1.00 vMB 20
610,258 610,258 00000000000000000002281e400847b1d20e810f4cde9613019fef818cdf7cea 1,218 0.33/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.86 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.90 GB
    • Received: 17.24 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.