Loading Tool

Explorer IconExplorer

Memory Pool

80,712 transactions
29.91 vMB
0.08300751 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt a8a67a47acc1e7e86fcb86807d94521236ea4eac104b4991c161a375c1ff6dcc
Version 20000000
Previous Block 0000000000000000000135ac620a052967f9746b1bc66d2202ef22cb5fcb9e1c
Merkle Root fbeecb360e1a1fe71cbdf79694a50f774b7b394c3b8df3af96650be8bb50c191
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,183
Size: 1.00 vMB
Total Fees: 0.02191989 BTC
Feerates: 216.64 > 2.20 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,991 (133,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,875 781,875 00000000000000000004dbf07576438aec78f1d26d86845f545fc979f867e70e 1,278 1.00/1.00 vMB 13
781,874 781,874 00000000000000000003c16f4050a0d6f78a5a944aa54c00c884b41e1c022d63 1,451 1.00/1.00 vMB 12
781,873 781,873 00000000000000000002cd78c94bcd9e7dc5742f1558c44595555449d992f7ba 2,511 1.00/1.00 vMB 25
781,872 781,872 000000000000000000003860641f555df1d73d4d77085708ffbfd87ee59094b1 678 1.00/1.00 vMB 6
781,871 781,871 00000000000000000000b23aaa8d294033728704fa3c9a427c4d851f394a9e63 2,791 1.00/1.00 vMB 20
781,870 781,870 000000000000000000037e4a82fb39a8fc0dc3b181aff7c9c48dab1e8849af32 1,782 1.00/1.00 vMB 14
781,869 781,869 00000000000000000005bc03676d007b759a2b11ab31f0b1cf1ea1dc72e5b4e1 1,147 1.00/1.00 vMB 9
781,868 781,868 0000000000000000000254f690975dc3b09c3fbc41f05ab25c177162d93aaa51 2,053 1.00/1.00 vMB 16
781,867 781,867 000000000000000000062571c7afd7f59e058f251fdd0816d5fcc7f826523cf5 2,243 1.00/1.00 vMB 20
781,866 781,866 00000000000000000003f31427279cdd39cac9d88e221973e493551782653767 2,702 1.00/1.00 vMB 14
781,865 781,865 00000000000000000000e164e750b0380ae8f54666aa998fb2a040637889643e 2,127 1.00/1.00 vMB 15
781,864 781,864 00000000000000000002d811d827e3d5476bfaea1ebeaa6efa9e42b68c7a63c4 1,592 1.00/1.00 vMB 17
781,863 781,863 00000000000000000001989807da90a210464a2c97ae05945a954b7fcc300fe4 3,150 1.00/1.00 vMB 26
781,862 781,862 0000000000000000000050048c71d9ef5a2e5b56e4157418d8dbd9f82d09cc32 2,215 1.00/1.00 vMB 37
781,861 781,861 00000000000000000005f1f29649a1b9b923c53c89fe879d9c96eccda671b782 2,764 1.00/1.00 vMB 20
781,860 781,860 00000000000000000003cb5a11e57b3f866b6bc474150513ff11e8607cda15f7 1,731 1.00/1.00 vMB 13
781,859 781,859 00000000000000000005daca130b956b79e2dac1469b20961e5c6b4c91f3f0fa 1,830 1.00/1.00 vMB 16
781,858 781,858 000000000000000000024c08fd2cd30e7bf2d24305d1dc5dd1d9278fa0b878c2 1,758 1.00/1.00 vMB 8
781,857 781,857 000000000000000000033c5b6c1799fb6caa10d47876e09da7581a3583f6fec5 1,776 1.00/1.00 vMB 9
781,856 781,856 0000000000000000000508ea6d105b816767f066392c51531bdc78ea9f48d207 2,066 1.00/1.00 vMB 15
781,855 781,855 000000000000000000027d77b33338635dc6b30ab6c159d97cbd1bc7a42f78b5 3,721 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.38 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: 664.13 GB
    • Received: 14.95 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.