Loading Tool

Explorer IconExplorer

Memory Pool

87,910 transactions
33.01 vMB
0.12950533 BTC
Random Selection Loading Transactions
Max Size: 198.09/200 MB

Candidate Block

Mining Attempt 8f4dac1446699c540f7dab54da1358cc7ae37047b371aa323ff85e79c1d5fb04
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 014cd2e7388be3211b2f6018f36ba437c8b1e1593bf5b6ef5622faf5c16472fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.04733276 BTC
Feerates: 218.18 > 4.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (821,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,278 93,278 00000000000954f5e46468c4a38bed5882fad44477a30954b3cf84ac5f989a92 3 0.00/1.00 vMB 2,403
93,277 93,277 000000000006bc3a7df9939eae9e3bbdee47765b298b8d7cb9c838617573f04e 1 0.00/1.00 vMB 0
93,276 93,276 000000000008d324901857400de8eaf6e540dae9467e6aa144647f4702cf7db2 2 0.00/1.00 vMB 3,861
93,275 93,275 0000000000081e0f135193b9c4c572988bba6f6cc67d5206349aebf7799ae2c6 5 0.00/1.00 vMB 1,508
93,274 93,274 000000000007ad93d64232454707b32ded654a0616c4b23c332a51946b9ea86b 6 0.00/1.00 vMB 0
93,273 93,273 0000000000005edb08109cae24e545cd32c10f1d603dd451c7372d23f5eefa63 1 0.00/1.00 vMB 0
93,272 93,272 000000000005e0ee188b4e27538f3b37b72eba6af4daf2a98eacda6147b4ea18 1 0.00/1.00 vMB 0
93,271 93,271 000000000007a4bc67709ad7abe331dee55871e1fba0cc9a42e056f4aecb0c3e 3 0.00/1.00 vMB 0
93,270 93,270 000000000002fea85e7e8f19d97c351f30a0e781e81de4a2a246a6ff866b4f46 1 0.00/1.00 vMB 0
93,269 93,269 00000000000082711dfdc519d7e6f61d3790cae8d226ca7904624c582754b2b6 1 0.00/1.00 vMB 0
93,268 93,268 0000000000036a57482d8cf58cb8ede12fd2da4d0c741e4a314db415763a180d 2 0.00/1.00 vMB 3,861
93,267 93,267 00000000000312ca43978341d531db8db6912331fc12ba78e89e8d2cd8a7964a 3 0.00/1.00 vMB 0
93,266 93,266 0000000000017397031bcfffb3d2e178711dc9715496af6cfd612e8f20a1e9f3 3 0.00/1.00 vMB 0
93,265 93,265 000000000004138c6181c8649d150c261093a23d1fc9802997371bdd35ca06d0 1 0.00/1.00 vMB 0
93,264 93,264 0000000000075823aeb3b2249d90ec3ab6035d090fc20ba6556b56bd918d3ac7 1 0.00/1.00 vMB 0
93,263 93,263 00000000000935bdda31cb36042ba7cd4a3eb742e983d2feaebcd471f29f6d1b 2 0.00/1.00 vMB 0
93,262 93,262 000000000003c3c49b298ac957df898b608b1183f03a0e386f0eb7001fafa560 1 0.00/1.00 vMB 0
93,261 93,261 000000000005369724d959818432a0cfc97ae4896d7140bc0567975133fbee49 7 0.00/1.00 vMB 347
93,260 93,260 0000000000093245d676f07a59c2358f952a4d4f934d146720fbf3ea2f309d93 1 0.00/1.00 vMB 0
93,259 93,259 000000000005ca0a21adcc9bebd69a5db528aeccb8c86c2c785b1ba51defdd8f 1 0.00/1.00 vMB 0
93,258 93,258 000000000003b0d206ec9bfb7840bcfe63cbcf553702b8574e028b7e94b1fc5f 3 0.00/1.00 vMB 2,232
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.88 GB
    • Received: 15.62 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.