Loading Tool

Explorer IconExplorer

Memory Pool

85,317 transactions
33.01 vMB
0.15852777 BTC
Random Selection Loading Transactions
Max Size: 196.55/200 MB

Candidate Block

Mining Attempt 1782442548a82962cfb8a71ee4bd9abaadfbc32f419b005b01f432bb945d9dc8
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 667ca6fadb7fa24ebcb7fa941daae66e288d27e6826ac0a0c0e172ec9b4cb9ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.04929425 BTC
Feerates: 318.30 > 4.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (481,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,965 433,965 000000000000000002f426d1ea6db6ed8d8c3bd58f194557bbad207b68c8a44c 972 1.00/1.00 vMB 23
433,964 433,964 0000000000000000005f90fca0f8acab5f9d221105f242a149891cb2f1a2371f 2,289 1.00/1.00 vMB 70
433,963 433,963 0000000000000000010c6f7f7cff7c12bd6e8b67efa7a85b040d521d63438f2f 2,180 1.00/1.00 vMB 54
433,962 433,962 0000000000000000036cf44a401272481ea0a75fbc059b0d5b70a4d9856f250c 1,774 1.00/1.00 vMB 62
433,961 433,961 00000000000000000210b253f931338850902f255072679c156747d1fbb3db5d 2,192 0.93/1.00 vMB 77
433,960 433,960 00000000000000000195f4da2f5349c36aa534a6a2481ad880862bf2708c5015 562 1.00/1.00 vMB 27
433,959 433,959 000000000000000002a7ec71125db99afc3fa1ea7c230864d7dfb35c04a26d34 1,172 0.80/1.00 vMB 32
433,958 433,958 00000000000000000419ceadbfa5dad0f969f4991d5496219564aec3b6b1483c 2,323 1.00/1.00 vMB 53
433,957 433,957 000000000000000002bad3ca308e129d585030e280d186082c8dabc02900b291 1,214 1.00/1.00 vMB 34
433,956 433,956 000000000000000002657475ec006031c4087f51b0b2f85fe42bc00f88bc36da 1,658 1.00/1.00 vMB 38
433,955 433,955 0000000000000000042d152ab381cbbeb3d912dfc3593b807122593d7afe84ba 1,240 1.00/1.00 vMB 37
433,954 433,954 000000000000000002a071ab9ce82022b9b8209fde8fc5fa1f44a7874be9aab7 1,704 1.00/1.00 vMB 38
433,953 433,953 0000000000000000035669f6369c8f7dd8b473fb820af6cf2efda479db3c044b 2,036 1.00/1.00 vMB 58
433,952 433,952 0000000000000000021d5a72eee79b8a2b1cc213a2b5e95f4aa2159817244e55 2,101 1.00/1.00 vMB 45
433,951 433,951 0000000000000000016c15cb5fb11806953563c3aa18b2a3c78ef8e7557d4925 1,995 1.00/1.00 vMB 60
433,950 433,950 00000000000000000049272e0f367253a49045e59dacc96c07189848a1956cb1 2,211 1.00/1.00 vMB 53
433,949 433,949 0000000000000000019c4fec499ca22c5b34a5d7a2b10399b3c57404e1ad201e 2,688 1.00/1.00 vMB 81
433,948 433,948 00000000000000000197e8e27cbd8d46810f6e756719d5754cba613102329792 2,203 1.00/1.00 vMB 59
433,947 433,947 000000000000000001882633e241c41507b322688c8be96924c9c27699aeead8 1 0.00/1.00 vMB 0
433,946 433,946 000000000000000002f15b98ea4be357913b7c264cd8fa05329c5885d1624e99 2,361 1.00/1.00 vMB 70
433,945 433,945 0000000000000000018a1046d1134e9cbbc60831b09adfe68f2402d32f5c0efb 2,037 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.