Loading Tool

Explorer IconExplorer

Memory Pool

80,606 transactions
30.00 vMB
0.12267161 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt 9ec67a2d06c55f5774fc831a7c1acac231d71f3fd50208774edf98bce64804fb
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 13a4c5a83202aceb990e5e525862b9bc5f94a60b8f3192ae6413cabe3b994b7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.05064079 BTC
Feerates: 242.90 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (192,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,291 722,291 000000000000000000017ed08cccbf7d33973ffda1ebdd6eb98fc466acbc0fe1 2,056 1.00/1.00 vMB 17
722,290 722,290 00000000000000000001a58e2fe0abdcb7ada03dba002743933465e43af5a96a 567 0.30/1.00 vMB 7
722,289 722,289 0000000000000000000a48bd0d86e50608557f2af0069154e7886d5c03b8cb14 1,576 0.98/1.00 vMB 3
722,288 722,288 0000000000000000000056443f4dd835bbb81cf98be984069687d3800543f73d 2,645 1.00/1.00 vMB 16
722,287 722,287 000000000000000000064311d4e2c4fc965618249e40127178b9912d50dfc096 1,940 1.00/1.00 vMB 6
722,286 722,286 00000000000000000002b27a2aa2c6ca2acd031ad1cd03d0f53c428509f51e40 2,808 1.00/1.00 vMB 17
722,285 722,285 00000000000000000007a960363b6978052f585265efd07792470cb2e6d8c62b 747 0.40/1.00 vMB 9
722,284 722,284 0000000000000000000a46ceebdbeadcb59aaee0885a69b6e6c39392e3bb0a01 64 0.02/1.00 vMB 17
722,283 722,283 00000000000000000000145611ffb69a46d056faa3357ab23e1787b38b6ced0b 1,135 0.57/1.00 vMB 10
722,282 722,282 00000000000000000009c16eb6de1870356798bdd4313e252ffb4d07292e615c 1,329 0.64/1.00 vMB 11
722,281 722,281 00000000000000000009fd468fed6d538e9e01ddba0f95a1e04a1c08b53ac9bf 1,037 0.47/1.00 vMB 3
722,280 722,280 00000000000000000001e9046b3e68bb0d62ee471a17769b033b08a1e778abc0 738 1.00/1.00 vMB 8
722,279 722,279 00000000000000000003b488edfaa30e91fdee7cba83c38b0d41c8c0b57a9922 2,639 1.00/1.00 vMB 16
722,278 722,278 00000000000000000008f32fab3d58fea01ae5e3a310b068fc88d8f4c7b0fe81 1,294 0.60/1.00 vMB 11
722,277 722,277 0000000000000000000097e1328099084d690cda429ba66bf9f384661700d31c 2,257 0.81/1.00 vMB 12
722,276 722,276 000000000000000000024d12551ed76624372b868d1a9da0293071deb4d08c21 648 0.34/1.00 vMB 10
722,275 722,275 000000000000000000076c06e15ba872e043b83316774e9c1db84c427461565a 1,396 1.00/1.00 vMB 9
722,274 722,274 000000000000000000084be90c7ca4979fc77ca78b6b8a68dba4cb71939bdd7c 1,811 0.85/1.00 vMB 4
722,273 722,273 000000000000000000094b9c2d2341f22748d4dd81687d77590636a8a0af4b7c 2,066 1.00/1.00 vMB 13
722,272 722,272 00000000000000000007a79d25cd60f86c4dfecc594efb09501ab65918ae8acb 2,115 1.00/1.00 vMB 16
722,271 722,271 00000000000000000004e188cc6cc756f00cb7242c06d1c0cca4dd9f63abebd9 2,587 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.