Loading Tool

Explorer IconExplorer

Memory Pool

75,927 transactions
28.11 vMB
0.08554821 BTC
Random Selection Loading Transactions
Max Size: 170.93/200 MB

Candidate Block

Mining Attempt 666df660fc961897022a6718d8e862194a3f55fa6aa29d38c79c15abb7451b39
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root a0c3a0d44a7587f698b81852cd695c912f0f6fda40f34d49a7d8c6632e3c7d8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,823
Size: 1.00 vMB
Total Fees: 0.02508061 BTC
Feerates: 105.82 > 2.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (133,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,969 781,969 0000000000000000000166d19ec695df90be0164a8218dbbf9a5a65902816888 2,444 1.00/1.00 vMB 32
781,968 781,968 000000000000000000027d1f38f7cc2e466f8c43f0210461390767994a180ec7 1,943 1.00/1.00 vMB 19
781,967 781,967 000000000000000000065fb4ca93c39d530ba7b2294d25f86624ec291dbe4ffd 2,665 1.00/1.00 vMB 48
781,966 781,966 00000000000000000005aba3e5b1a258cbbf407ef09a4d8936a7445e9d428c17 2,456 1.00/1.00 vMB 43
781,965 781,965 0000000000000000000059ee1d734ad29a45587e66b3788e31902b5f4712d33b 3,131 1.00/1.00 vMB 50
781,964 781,964 000000000000000000032b43810fba52439cdb69b2cdb19d9124fa4e5da8078f 1,597 1.00/1.00 vMB 52
781,963 781,963 000000000000000000010d7f8139d4f07d1b1f2e42c6401871847d967656f7fb 2,754 1.00/1.00 vMB 49
781,962 781,962 00000000000000000002e2cdfd82285b826409e57cf6fffb36980a8f4abf0182 879 1.00/1.00 vMB 18
781,961 781,961 000000000000000000023a4f39cdd7651cd7030d8b445310ecc499959c7f4aff 1,727 1.00/1.00 vMB 17
781,960 781,960 00000000000000000002fdd66d936a647b515255f947eba8931129136080b5ef 2,863 1.00/1.00 vMB 36
781,959 781,959 000000000000000000055a720aae00dcd3bf3ac9054503cb5f87fbd46f8d8285 1,827 1.00/1.00 vMB 25
781,958 781,958 00000000000000000003111b544a1ed4663b2a0597dfa8420b2d2970226cdd1d 2,801 1.00/1.00 vMB 35
781,957 781,957 00000000000000000001242478c0e1fb7c261d89a122b3ca02f098c70c588edd 374 1.00/1.00 vMB 8
781,956 781,956 000000000000000000047740e5bca075ea109c7c49b9767feb14d57ec2911068 446 1.00/1.00 vMB 8
781,955 781,955 000000000000000000064d04e39a03c4d9dd1e4825f984c063cb6d1950b9d833 1,858 1.00/1.00 vMB 15
781,954 781,954 000000000000000000066ddf87271194b51546d6fd3b2e6a2bb9bbca0d09148b 1,415 1.00/1.00 vMB 14
781,953 781,953 00000000000000000003452572c044c3bd083d897aa5f31eeef08b1bb326f3c8 2,224 1.00/1.00 vMB 19
781,952 781,952 0000000000000000000527c4572e3e40677814d82e7e68e5bef72cdd4d1a6308 1,014 1.00/1.00 vMB 9
781,951 781,951 00000000000000000000b5b7ea347aabc434a7d1c232e1784f01ef402e35da4c 917 1.00/1.00 vMB 14
781,950 781,950 000000000000000000014ebc8e807d795f32cac8af4b48ba957985e031fca47e 1,448 1.00/1.00 vMB 21
781,949 781,949 00000000000000000002197a5348274399a49e93686d6b7b03a4ffa6328d2038 1,154 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.83 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: 711.79 GB
    • Received: 17.13 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.