Loading Tool

Explorer IconExplorer

Memory Pool

77,698 transactions
29.07 vMB
0.10518731 BTC
Random Selection Loading Transactions
Max Size: 176.05/200 MB

Candidate Block

Mining Attempt f3ab134fa79c82ba17b4b5360a616aa1095941be9e396f64f586e8d8eb363bfc
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 8713379630f75f6eae05028c817cea3c4c0c0156ed9a2ba90129ba36794fdc7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,726
Size: 1.00 vMB
Total Fees: 0.03435805 BTC
Feerates: 180.82 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (424,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,430 490,430 0000000000000000007ffa93308180e052b99d537eb3746f4a7f4942aafd510c 2,453 1.00/1.00 vMB 142
490,429 490,429 00000000000000000011b07d90b24e74270a4d6d3d3c8f69358d078c5268ee76 1,699 1.00/1.00 vMB 94
490,428 490,428 000000000000000000e5d88136b224748dd309fed29e2f0b8f78869cb023d0bd 2,173 1.00/1.00 vMB 170
490,427 490,427 0000000000000000000dbf5b0edb276f020dea9b163eb1a21cef715873c7e303 2,317 1.00/1.00 vMB 158
490,426 490,426 000000000000000000ba66fe28d9545330e3c9c793ef5c500c9ee1c9586431ea 2,511 0.96/1.00 vMB 192
490,425 490,425 00000000000000000038eb7157e78df867bf828c980c869063c2a12dc5f06fdb 1,986 0.94/1.00 vMB 84
490,424 490,424 000000000000000000ca2257361123a2f97217a0d51198448c1c3ba045846f5e 1,524 0.96/1.00 vMB 96
490,423 490,423 000000000000000000ad51eb3baff75d63e00de42b86b07ac8e985c8d9a7cca5 2,209 0.86/1.00 vMB 81
490,422 490,422 00000000000000000075518cbe8c5797b3283b8884c46b9c48ce90f4cac9b7ea 2,329 1.00/1.00 vMB 134
490,421 490,421 00000000000000000023f3430e535e934cd6cf67d2af22d0f00337a88ad0f707 2,201 0.96/1.00 vMB 200
490,420 490,420 00000000000000000019dc6884f8a719df3c4daf55ab80a09b2c5ff5d762de17 1,471 0.51/1.00 vMB 112
490,419 490,419 000000000000000000e9d8da8e8f8f82b69c81a37bc06ef3627e1aed604f3987 2,028 0.95/1.00 vMB 97
490,418 490,418 00000000000000000026e1cce4d9c89241835aebe089847d498b4783a50d4d06 1,653 0.69/1.00 vMB 105
490,417 490,417 0000000000000000009b4be13cbf395534916e3893d30fa55062edd0e0691ca7 1,069 0.41/1.00 vMB 106
490,416 490,416 00000000000000000026e443b00f563164c6c16b8cde8f3ccf557a890e52882f 209 0.09/1.00 vMB 106
490,415 490,415 000000000000000000c4ed33559afdc8e12945674e9bfa2b3f1df5e3bf30d117 1,478 0.68/1.00 vMB 65
490,414 490,414 000000000000000000714b6f0b5f5274860a59abb97b9fa011499444ccfebe0c 2,053 1.00/1.00 vMB 73
490,413 490,413 000000000000000000e00639c33e2580bc80783c4d89046fd4120da3974fff69 1,739 1.00/1.00 vMB 57
490,412 490,412 00000000000000000022a95f7fca6bff2d8247c2ac0e20f662baaadc717eb0f1 2,708 1.00/1.00 vMB 77
490,411 490,411 0000000000000000002bfdb2651822b60d7dee4713344ad481be4935eb26a25a 494 0.20/1.00 vMB 156
490,410 490,410 000000000000000000d4f7c4c438f2eb8e7996e46b84d13baf4fa2a8e7432521 2,756 1.00/1.00 vMB 119
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.91 GB
    • Received: 17.25 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.