Loading Tool

Explorer IconExplorer

Memory Pool

80,245 transactions
29.63 vMB
0.06644885 BTC
Random Selection Loading Transactions
Max Size: 178.85/200 MB

Candidate Block

Mining Attempt 6b4afd9edfe5a0f9dedaeeb87ced1864406a86dfe085b76ba2f007c967b67a65
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 90ee7a97a5f0ab55a8a0187d6f3875fc71474f01e64cc03cc78dfade6bc1edd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,390
Size: 1.00 vMB
Total Fees: 0.00626366 BTC
Feerates: 90.30 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (59,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
855,133 855,133 000000000000000000027031bb2b5f4e3c691c331b789db5869820019c18251a 3,557 1.00/1.00 vMB 9
855,132 855,132 00000000000000000001d9408882ddd87cd61caf740035db55e18c5796c9af00 3,335 1.00/1.00 vMB 11
855,131 855,131 00000000000000000000ec3b3c6edc637b28b8e33a7620fac1cddc7af247f1fe 3,082 1.00/1.00 vMB 12
855,130 855,130 000000000000000000000dc04bc26a9ea27766c4cf8e9012eda5518a363b0190 2,845 1.00/1.00 vMB 17
855,129 855,129 000000000000000000019ba7b002aec7416238b36c32a9288178c1a9108e93ec 2,983 1.00/1.00 vMB 15
855,128 855,128 00000000000000000002d0e166ac74548c67f0b48acc4479e2a0b3de49fe3c81 4,355 1.00/1.00 vMB 3
855,127 855,127 00000000000000000000d9f8d860b1df736b5b054473a3dd09d2ef169ae88566 3,637 1.00/1.00 vMB 11
855,126 855,126 00000000000000000002423b782520024981b8dcf23d58afa760d9ca5dcc01cd 3,208 1.00/1.00 vMB 7
855,125 855,125 00000000000000000001cc09c9fc3c7acd4f6c2a892341f5af7b8ac297192d8e 3,232 1.00/1.00 vMB 11
855,124 855,124 0000000000000000000151c5aeff616ef83b8683131f3216bd9b2d810002ebe3 1,386 1.00/1.00 vMB 4
855,123 855,123 00000000000000000002c2f4b49ce45e46b7781fb278bf1b43c8513f6e633bb7 5,242 1.00/1.00 vMB 4
855,122 855,122 00000000000000000001f3346d3e0eeeb0b73045e6cebdad8c72dee2f6b7305e 2,839 1.00/1.00 vMB 7
855,121 855,121 000000000000000000017e1ab1a62ce1f24d21af08de507b0dd61492156da9a1 2,335 1.00/1.00 vMB 8
855,120 855,120 000000000000000000010d56a54d4902030186f630eb60b54cc252fcee1426f4 3,719 1.00/1.00 vMB 3
855,119 855,119 0000000000000000000092cdd1d588320ef187a83cb33b76ef59f33a893e9ec4 3,415 1.00/1.00 vMB 10
855,118 855,118 000000000000000000029418e1db75025fe12ae4b787d6b0ee41b9ea1b8f4a48 4,343 1.00/1.00 vMB 3
855,117 855,117 00000000000000000001177a3c199911001003dd111768274b561879558a9646 3,365 1.00/1.00 vMB 10
855,116 855,116 000000000000000000022d8941c4987a1e10f33bb01eb1d6d1405a322ec47154 3,790 1.00/1.00 vMB 5
855,115 855,115 000000000000000000014379d01127e5e1de8997395e98682e3873a89fa9e8b3 3,325 1.00/1.00 vMB 6
855,114 855,114 0000000000000000000219ff5d3c989c1c15df5f9b0a217b862076d1d4c8c9ae 3,534 1.00/1.00 vMB 11
855,113 855,113 00000000000000000001167bdf3a9088f6aa2c7cd4f533a8cdf065c74c5485e5 4,474 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.