Loading Tool

Explorer IconExplorer

Memory Pool

46,546 transactions
27.72 vMB
0.08936251 BTC
Random Selection Loading Transactions
Max Size: 146.02/200 MB

Candidate Block

Mining Attempt c99d149375f97328612f06b4bcdebccf84a9e61392a01b13fbfc6f5f2ab7d510
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 317e584f00fb177f9c7905b0039c39c7fd60d8f25313b690212189f3b1c6738f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 1.00 vMB
Total Fees: 0.03356938 BTC
Feerates: 265.25 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (215,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,568 699,568 0000000000000000000328e6e0cdd7cd68bcd5acb02440a3147ce77f4cf03e12 1,706 1.00/1.00 vMB 9
699,567 699,567 0000000000000000000144fb0d78f278ad5d57313b484336139b93469bc586e5 2,587 1.00/1.00 vMB 17
699,566 699,566 00000000000000000007701bcb9b1fc2f7fb547bbe27e69e4f277e0f72513822 2,445 1.00/1.00 vMB 22
699,565 699,565 00000000000000000006e3f9d56f981b063a66d79826124459300c133f1ffaea 2,014 0.77/1.00 vMB 11
699,564 699,564 00000000000000000009e927d9f88b7afe5dccd8a3ca6fd3fe5bee12b184c79d 951 0.52/1.00 vMB 9
699,563 699,563 0000000000000000000244bdc91482dedae30ead2d92120b9c7de9e938e609da 56 0.04/1.00 vMB 8
699,562 699,562 0000000000000000000c015a45f60241d32449175afbb460f2c1a66726e5d56e 614 0.29/1.00 vMB 10
699,561 699,561 0000000000000000000c054c4f6eff8c2a92b3e970ac3ec4d9b3fae5763cb9fa 1,210 0.68/1.00 vMB 7
699,560 699,560 0000000000000000000b9f5c3aeff0a99d9fef373c0890b95d62b90fb2c668ad 2,553 1.00/1.00 vMB 15
699,559 699,559 00000000000000000000b962c327f10e46b824ed9eb6632b25cee4ffc74aeca3 2,590 0.84/1.00 vMB 14
699,558 699,558 0000000000000000000d60fdfc227265839d4cc61b64b4fcf472e7a47e16ab69 2,732 1.00/1.00 vMB 16
699,557 699,557 0000000000000000000dc0099f7f72bb87cc6088336ec9db4ee35ee908617a20 982 0.49/1.00 vMB 10
699,556 699,556 00000000000000000000bbb66a5a503bca756a3ccfdac3e2395aea20ae7ad9d9 567 0.53/1.00 vMB 5
699,555 699,555 0000000000000000000e84ebd163443b90e7c7adebb06c6be7c34737d81da83f 1,284 1.00/1.00 vMB 2
699,554 699,554 000000000000000000069210ddebcb8ed0d55f9a25daeab6d1083b915139ab17 1,848 1.00/1.00 vMB 5
699,553 699,553 000000000000000000067aa7bf3a5251e82b4b7a8c1aaf7b069eae74330df297 2,463 1.00/1.00 vMB 9
699,552 699,552 0000000000000000000e8989c9ac71fbc912ceef70a8ec4685644243f44a87b4 2,897 1.00/1.00 vMB 20
699,551 699,551 0000000000000000000019cb70a38e25e348efd12435797631ec48088e4abe63 884 1.00/1.00 vMB 9
699,550 699,550 0000000000000000000009a0dc2231567be2a8411d8fea5b83b73efe70e0b75d 2,342 1.00/1.00 vMB 41
699,549 699,549 0000000000000000000b08cd6ef23adafbc476e46d9d61aa4247b891ab8db82f 1,342 1.00/1.00 vMB 9
699,548 699,548 00000000000000000002a2f1cb7a981e2f2aff6e09444f0070cb7a0bb6f6d9c4 1,554 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.19 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: 653.70 GB
    • Received: 14.02 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.