Loading Tool

Explorer IconExplorer

Memory Pool

79,283 transactions
29.49 vMB
0.08452372 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 35a1529ba298785ef09c8f55f9eb27e36f86bd5eebf5b6997303c214bf433298
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root d4ad883ecf269dba02581c6a2fe25d88bf758f8989ef28a3bb83f06a3d6188d9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,249
Size: 1.00 vMB
Total Fees: 0.01968392 BTC
Feerates: 402.60 > 1.97 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (7,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
907,380 907,380 00000000000000000001d84af98239b02a97be3501c8a154492bf268b545f106 3,448 1.00/1.00 vMB 1
907,379 907,379 00000000000000000000d89a5d84b35d0879e37b511044fbe009b4c140e9c7d0 3,627 1.00/1.00 vMB 5
907,378 907,378 0000000000000000000167aa52aa2b35765c1963b54c5bba594ef8fa34876ab1 4,037 1.00/1.00 vMB 1
907,377 907,377 000000000000000000012c2a5da61ba91bf738b88b858f6e3cd2dcf443e5026a 5,088 1.00/1.00 vMB 0
907,376 907,376 0000000000000000000211aa717776e9df95e3861983d0729f00666d8fe71006 4,118 1.00/1.00 vMB 1
907,375 907,375 00000000000000000001bc1a4ac5b6901c66d317668f0b0a4adca1c5238b023d 4,962 1.00/1.00 vMB 1
907,374 907,374 000000000000000000002d8a222cce47f6268c31b70459dfeb43a566ea3e0521 4,501 1.00/1.00 vMB 1
907,373 907,373 00000000000000000001b55d8dcb56774ebcabfec53e782edf97aff22761fb30 4,198 1.00/1.00 vMB 1
907,372 907,372 000000000000000000002313308c4085e39c30863b40c0d25b0f990e0e8db3db 4,353 1.00/1.00 vMB 1
907,371 907,371 00000000000000000001af2c8c24256f77e56f3d41901d2e8fd5348f3e6ae6fc 3,009 1.00/1.00 vMB 2
907,370 907,370 00000000000000000000346612b73c0bbb6851480a06af04a11fb0fa7240b746 3,942 1.00/1.00 vMB 1
907,369 907,369 000000000000000000017412047f4bf698d3918286c5936db5eaccc100acb731 4,853 1.00/1.00 vMB 1
907,368 907,368 0000000000000000000168bcc4c98bf6df5f69e10f551747e0eef1a4ec26045d 3,993 1.00/1.00 vMB 1
907,367 907,367 00000000000000000000a8acda32deb50c944f17864ca608e96bfdb309347b44 2,751 1.00/1.00 vMB 2
907,366 907,366 00000000000000000000b329e9df38679f1af146b23547f973ea195983c5ee04 4,266 1.00/1.00 vMB 1
907,365 907,365 000000000000000000018f1b091a02edafeffee3533efbffb55fd0d1dbe2132d 4,804 1.00/1.00 vMB 1
907,364 907,364 000000000000000000006a495ed20234932c827930c602d3d5ed755d9d00fc3f 3,080 1.00/1.00 vMB 1
907,363 907,363 000000000000000000003a1161a5ac6caa723afed61b85c216b290150fdf4170 1,698 1.00/1.00 vMB 13
907,362 907,362 000000000000000000008299ca3d84e9d5aad17c0c607009491605284a8c7a65 970 0.56/1.00 vMB 7
907,361 907,361 00000000000000000000cfa8d770c4fe2c90857a0096d01a19c8c0b727c65c59 4,881 1.00/1.00 vMB 0
907,360 907,360 00000000000000000001aed0517c2f8b54570c44dd52d3b2ed3a51420afc71fa 2,735 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.95 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: 715.18 GB
    • Received: 17.66 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.