Loading Tool

Explorer IconExplorer

Memory Pool

77,966 transactions
29.27 vMB
0.06311451 BTC
Random Selection Loading Transactions
Max Size: 175.91/200 MB

Candidate Block

Mining Attempt 49b386a342bb3fa19164fc4528a75b314c29e2efe0af6d5a2c84a3fe0755b686
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root a7eb1c9da266789e85a60826d8a87f45d5cc62c70f8e16cb88aba9338dc8139c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,768
Size: 1.00 vMB
Total Fees: 0.00390299 BTC
Feerates: 21.09 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (210,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,347 704,347 00000000000000000008e0424f03f3a1f3d317b2b7a3d782c441aa4be7934bbe 2,685 1.00/1.00 vMB 14
704,346 704,346 0000000000000000000957cf55df3e706d936f683131f88e51afe34665bdc960 156 0.10/1.00 vMB 6
704,345 704,345 0000000000000000000ac7fe2d4755683512b2f877e3c3e369c19c7528729a35 2,384 1.00/1.00 vMB 13
704,344 704,344 00000000000000000005584a8a8a733add5756986c28323e096cfbb1c9f23412 735 0.80/1.00 vMB 7
704,343 704,343 0000000000000000000a2eb13ecf36b3d9a325fa7bf71d185d63c62a279790c8 1,228 0.99/1.00 vMB 12
704,342 704,342 00000000000000000002f4179aa4fa7d30a18bb19d8e32b23d286cd6d5aa85a2 1,973 1.00/1.00 vMB 12
704,341 704,341 0000000000000000000d90803d3a481e87b0466304056429656ce770cdae0066 1,085 0.67/1.00 vMB 7
704,340 704,340 000000000000000000051be4c25c89667c38a28935179ccfb66cc5a4bf0d3d19 1,763 1.00/1.00 vMB 8
704,339 704,339 0000000000000000000bfe3f77ae860ad5a34916ced598740eefa69e5d1766db 2,594 1.00/1.00 vMB 15
704,338 704,338 0000000000000000000d220b64d64d6527ebe46816736b9bc60d2750a13b0dbc 585 0.32/1.00 vMB 14
704,337 704,337 0000000000000000000b984f0648e4480c7b0db4825eaa95b85a2059149a5f49 905 0.38/1.00 vMB 12
704,336 704,336 000000000000000000005d7a120c3024a5a7c786ecebd63348cb1566fb9ff753 305 0.12/1.00 vMB 11
704,335 704,335 000000000000000000022ec3854cc488d2e072cdcaa88a8d33eafb9d43e846d9 531 0.24/1.00 vMB 10
704,334 704,334 00000000000000000007f457c3c233ea0e7a6e71e2a24193e071cebbd807d883 205 0.08/1.00 vMB 9
704,333 704,333 00000000000000000008e4b7d3944304106eb101fe9fcce83e738ad8c9bbeaf8 1,393 0.70/1.00 vMB 11
704,332 704,332 0000000000000000000308ef26789f7e76e51bf6cf2336341e2e01139355effe 981 0.52/1.00 vMB 13
704,331 704,331 0000000000000000000a8e3fdb1966f5520cf3816fb54c3df623b48ac5bec4a8 302 0.21/1.00 vMB 8
704,330 704,330 000000000000000000007fb60cd9b6c306b840e7c8c7a2e0aea933b688d41da4 1,716 0.75/1.00 vMB 4
704,329 704,329 0000000000000000000262f414ad95a827875b7811eedd9ae621cae5df0d4bb4 1,681 1.00/1.00 vMB 18
704,328 704,328 00000000000000000000c2c24d96c099dd51bbfae038022ec6340b077ac3b2e0 715 0.29/1.00 vMB 11
704,327 704,327 0000000000000000000268c88ae9eead10e3853b2af891effbeac61397ad6d15 306 0.19/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.