Loading Tool

Explorer IconExplorer

Memory Pool

82,755 transactions
32.41 vMB
0.07153574 BTC
Random Selection Loading Transactions
Max Size: 191.83/200 MB

Candidate Block

Mining Attempt 8278170f6c79b298249594fda8963db91a203e7c76ed0ca9996df91d3fa4af62
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (50,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
864,528 864,528 00000000000000000001a68fb38199c38f8933b74d082807b25dbb7fbe8956c0 5,400 1.00/1.00 vMB 4
864,527 864,527 00000000000000000001cdba21492cee395f651a26406771576c539f821b8ee5 4,339 1.00/1.00 vMB 3
864,526 864,526 000000000000000000009b7f8f758a5b83c7dd487a8b0f28cf87f4dad50b7894 3,382 1.00/1.00 vMB 2
864,525 864,525 00000000000000000000b02a6a6341199b7c71f3747a7200fbf753926ac34135 2,907 1.00/1.00 vMB 10
864,524 864,524 000000000000000000011991fbeea6c553bd14bffcac4f181b1846455f91c9c5 4,761 1.00/1.00 vMB 2
864,523 864,523 00000000000000000002a06b9ba8b1f97f358b5060e98e767177f162dbfd12c7 3,422 1.00/1.00 vMB 2
864,522 864,522 0000000000000000000123ee79d8029c7c5c8fa4e04a661eb30de8a01145ecde 3,624 1.00/1.00 vMB 2
864,521 864,521 00000000000000000001ac5ad2958bf64890376a81760b3d7f74c1c33363b9ec 4,573 1.00/1.00 vMB 7
864,520 864,520 0000000000000000000127118d6c17d74f9c596d080350074fa3cdbe276dd7e9 5,421 1.00/1.00 vMB 6
864,519 864,519 00000000000000000000dcf5d7002288f6d5942abae5e78f9edfb1249570dd64 5,590 1.00/1.00 vMB 3
864,518 864,518 000000000000000000014d0117e7b3b6a875552711fa50fa0c4ba44b85d90739 4,841 1.00/1.00 vMB 8
864,517 864,517 00000000000000000002e259f3c15bddddd5bc0c22c0a4cf6a21b024e254e90a 3,840 1.00/1.00 vMB 3
864,516 864,516 00000000000000000002e69500da04ea68b124dff460a272acd115f1098d9e5a 2,680 1.00/1.00 vMB 7
864,515 864,515 00000000000000000001c519efe11f92c88da1c42c22df9c297c39982c1711e4 5,161 1.00/1.00 vMB 9
864,514 864,514 00000000000000000001a0ba9cbba462a26411f535b669e66299e5120ded35b8 5,213 1.00/1.00 vMB 4
864,513 864,513 000000000000000000011ef2a82a314c5fbc9530a5ba06b64d893e08d2365f81 4,583 1.00/1.00 vMB 5
864,512 864,512 0000000000000000000001c8a18d9cba1747322f26f119c5a1cf500b987f236e 5,608 1.00/1.00 vMB 7
864,511 864,511 00000000000000000001ab0ecd07c0d135e959d6de6c0929289b1022ed34ba56 4,563 1.00/1.00 vMB 7
864,510 864,510 00000000000000000000957ba59610cb1e5e48bc7e1d9a08fc05938242bde3fd 4,388 1.00/1.00 vMB 7
864,509 864,509 00000000000000000000cae1e2595ea2ce454e3f9df1b36db10fa51cd0f28794 5,410 1.00/1.00 vMB 8
864,508 864,508 00000000000000000001d40fb372a987aa9f703da6b445cf4a5b411e4031c310 5,820 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.