Loading Tool

Explorer IconExplorer

Memory Pool

82,041 transactions
30.29 vMB
0.09255354 BTC
Random Selection Loading Transactions
Max Size: 182.46/200 MB

Candidate Block

Mining Attempt 5c3b8ab696f99b63b0f879c12f9f7d5f1afb9b8c3e4120484dc3c2ed77fecae3
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 4cef0fd8a18649f6bc4db9579d5a8480ae96c6e2199c0ea85f92a08413d0e236
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,945
Size: 1.00 vMB
Total Fees: 0.02979601 BTC
Feerates: 454.44 > 2.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (381,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,740 533,740 0000000000000000001994f3826bb26bb8d8c15b58b6e930737a65fa210c5fab 1,307 0.53/1.00 vMB 29
533,739 533,739 00000000000000000028b8525f410587a0d30e5370495ed8b064909fd7c1a779 1,185 0.48/1.00 vMB 18
533,738 533,738 000000000000000000117347d706c1307e2e9aef1f61644ba01a48c99da51ce3 1,759 0.78/1.00 vMB 26
533,737 533,737 0000000000000000000dbf699d783bf38179163f41725ba57b36a21bd37b9d48 51 0.01/1.00 vMB 23
533,736 533,736 00000000000000000035565ab93e8332c1b6c8fccb7a38eaab765b5c873f8f25 1,814 0.83/1.00 vMB 18
533,735 533,735 0000000000000000001e87980e46b67b56c1d93f13591cd2ab6250613ac94361 2,265 0.98/1.00 vMB 18
533,734 533,734 0000000000000000002cdd43061b8e16dee83935b07b323e543b39bbbe414de0 928 0.43/1.00 vMB 37
533,733 533,733 000000000000000000097f59f6ceb326f36d23064fda1af80a522ff468033fac 528 0.54/1.00 vMB 6
533,732 533,732 00000000000000000018b4e3fdae6cf3a82c89588f5837a31f4f2d55fed36f37 2,288 1.00/1.00 vMB 7
533,731 533,731 000000000000000000083a7cdb805fd5ca7b07328f92d1bf3823b945ae90991a 2,828 1.00/1.00 vMB 35
533,730 533,730 0000000000000000001ad5c755378e88f24090da83382d18f9a062f3fdeedadd 468 0.17/1.00 vMB 16
533,729 533,729 000000000000000000150389188939b867d93f03f9f6f6e293a47c625c189386 1,881 0.80/1.00 vMB 27
533,728 533,728 0000000000000000002e4207c9407e262ec6f46178f372fb3c81bb186320b86c 1,577 0.71/1.00 vMB 9
533,727 533,727 000000000000000000151f650a6bc0aa820f12fb7517e0af90e408ccf5f3c151 2,343 0.83/1.00 vMB 33
533,726 533,726 0000000000000000000231f4d43f3d0dbd82770b085ab883ef99df96a6b26944 584 0.22/1.00 vMB 19
533,725 533,725 00000000000000000008d87da982469dd24aadb47eb8f223d1f1ab742da097ba 2,056 0.81/1.00 vMB 22
533,724 533,724 00000000000000000027b207414a81a6a387b2c5c9d887e4edbcf3c31143d633 141 0.04/1.00 vMB 27
533,723 533,723 000000000000000000340d7b28162a68f40a036ae67486bc8353b0a25404ffbf 824 0.32/1.00 vMB 17
533,722 533,722 0000000000000000001f60ff2a946848ea0f4cb0ee712d8c9162a3ba51ae4fa5 1 0.00/1.00 vMB 0
533,721 533,721 00000000000000000007de71324b2bfe930f00c2b8eebe40517b3f947e5fd22f 26 0.01/1.00 vMB 27
533,720 533,720 00000000000000000012261ee75efa8cc14d1144fd24823f8db3e6a6ecb7a23d 122 0.05/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.