Loading Tool

Explorer IconExplorer

Memory Pool

79,162 transactions
29.29 vMB
0.07187221 BTC
Random Selection Loading Transactions
Max Size: 175.78/200 MB

Candidate Block

Mining Attempt 21578c4e3bbc210ccbe784a4f6b32e88e2c7a78019d041834069ef7ae2337d1d
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 044dedfbd177c358d813ad6f3a1c6303145d4aa03b039889a2002e89fc5430b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,428
Size: 1.00 vMB
Total Fees: 0.01238791 BTC
Feerates: 170.94 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (221,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,078 693,078 000000000000000000055012c344c5ca8ad87f8adb815a31c6059d421f915f1c 1,619 0.78/1.00 vMB 9
693,077 693,077 00000000000000000005a73cfdca8934dad4ed507601e45e7c66c525a920104b 1,772 1.00/1.00 vMB 34
693,076 693,076 0000000000000000001495729c318508c8a32698686b84496da8f900a48e1bf7 2,311 1.00/1.00 vMB 14
693,075 693,075 00000000000000000001ce9139bb2e1dca1c55293cd24b3cdfca27a8ffeb8716 2,141 0.75/1.00 vMB 13
693,074 693,074 00000000000000000006e8397563013a8f3fce288b5af7b6767ed08f1cc0ba8e 1,270 0.43/1.00 vMB 10
693,073 693,073 0000000000000000000723afe878940181a5559966c586f0fef4d38368b506d7 2,790 1.00/1.00 vMB 15
693,072 693,072 0000000000000000000c976f6f2c8dfaa919da94b9d92573beed1ab77bb8b564 212 0.07/1.00 vMB 14
693,071 693,071 0000000000000000000a832b3606a5ea40e50d80fd50f4d18c62d0df0be6fa14 530 0.17/1.00 vMB 7
693,070 693,070 0000000000000000001306d4b89b86c58f66a2f4f680ef6436f148ae5305a74f 2,334 1.00/1.00 vMB 16
693,069 693,069 0000000000000000000faf6a5006ab69c383e851a7484febe305e95b676d0764 1,200 0.99/1.00 vMB 1
693,068 693,068 0000000000000000000c0fe27b3ece37ca3bfb75f2b43e2bf7e027bd92124ce3 1,091 1.00/1.00 vMB 4
693,067 693,067 0000000000000000000c5da67ac46c6eac8a144a589994aa5936bcfc6c5ed108 1,522 1.00/1.00 vMB 4
693,066 693,066 000000000000000000050d62921058680d68d75626d4df5f75abe19b2d86f95e 1,626 1.00/1.00 vMB 10
693,065 693,065 00000000000000000005082957f94de9439bd9b3696402540e84e4a5d647d540 2,884 1.00/1.00 vMB 13
693,064 693,064 000000000000000000136d9e38dc8cda9910b9b3d9c60468391efee1d8f68be3 3,599 1.00/1.00 vMB 7
693,063 693,063 000000000000000000114ef7b51de06fa29b4af2b526d4347c29c2ae6fc01f20 2,375 1.00/1.00 vMB 13
693,062 693,062 0000000000000000000b72369916e27b76f168b526ff074b822824a77665eed9 2,498 1.00/1.00 vMB 18
693,061 693,061 000000000000000000075e0f6d836a5116cc64ed41f51e48a12b147bea439a9d 1,531 1.00/1.00 vMB 10
693,060 693,060 0000000000000000000fc356177adb27d1574ae2106dbe9b4bc9bea859352fff 2,380 1.00/1.00 vMB 7
693,059 693,059 00000000000000000003540e01650b120240558bf8bd204f0cb65b803efb6d0e 1,147 1.00/1.00 vMB 10
693,058 693,058 0000000000000000000033a330ca9bbe5344cbc9e98bce2a7410d8426e755b78 2,002 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.