Loading Tool

Explorer IconExplorer

Memory Pool

49,279 transactions
29.84 vMB
0.09697469 BTC
Random Selection Loading Transactions
Max Size: 159.00/200 MB

Candidate Block

Mining Attempt 414ef535ed978c8e53695d209c53a8a3e969cc9fb85371477291f3e88858bd83
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e3068849bfd11a9350fb5b2b5d5e8b19cb25ef7bf67dbeb6c37584eeed8f2ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03305010 BTC
Feerates: 150.68 > 3.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (249,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,125 665,125 00000000000000000001f589de0d9c94ceaa7861ca8cbeca056ed2e89707f67d 965 1.00/1.00 vMB 97
665,124 665,124 0000000000000000000e406da1ef405409d4dd29b62978a91b5eba8feb8f26f4 989 1.00/1.00 vMB 91
665,123 665,123 0000000000000000000b373f8b88af15ed9fdf291b401738353872c356f8b80a 2,961 1.00/1.00 vMB 98
665,122 665,122 0000000000000000000b69e6aa5b96bce2c894213d3b0d3386f31e27f008dd4a 2,488 1.00/1.00 vMB 94
665,121 665,121 00000000000000000008a29da7cf2735b33742045d6b30610edac668bd74800d 2,793 1.00/1.00 vMB 109
665,120 665,120 00000000000000000003a6518d9fe4dee161da8980cf25ad5dfccad68638502c 2,875 1.00/1.00 vMB 109
665,119 665,119 00000000000000000003c535b741b467710315d366d941318d40fd127b7a78ce 2,221 1.00/1.00 vMB 108
665,118 665,118 00000000000000000007f29fae3192c2af2a305e27eb8a5b69d8a5c6f7aff2bc 2,498 1.00/1.00 vMB 99
665,117 665,117 000000000000000000086c2324a904894798af28a35ad5e3352536c2c981f971 3,147 1.00/1.00 vMB 97
665,116 665,116 00000000000000000001a661e26093d4154226062b0dabdb73a0ed9120123e21 2,571 1.00/1.00 vMB 106
665,115 665,115 0000000000000000000d6df4ee48de460c0b3d1b369a7f81b00aad11ee2f1e91 2,735 1.00/1.00 vMB 139
665,114 665,114 00000000000000000005f0ca35a71ea192b5c29dc98326d65186a79e7fa18699 2,529 1.00/1.00 vMB 106
665,113 665,113 00000000000000000003f0846dec36cb1f2af58cc2a030b05a01eac3ef5cea50 2,844 1.00/1.00 vMB 115
665,112 665,112 0000000000000000000c6b6ccd7e14f48f4db745f8618d7cdb2050ccde2c3de5 2,811 1.00/1.00 vMB 128
665,111 665,111 00000000000000000007bc3b26c0bed968de9d398afd4942eb9d9161154516d7 2,789 1.00/1.00 vMB 113
665,110 665,110 0000000000000000000ca27aa685b98edaadea58e34c3fb5f35ccf1d86a981d1 1,172 1.00/1.00 vMB 88
665,109 665,109 0000000000000000000ad7582c1ab27c46f83a802bb6106768c319f4c174ce42 2,999 1.00/1.00 vMB 110
665,108 665,108 000000000000000000094e146950ee822cb6ae71ad98ce44afdb3bad7a5b542e 2,619 1.00/1.00 vMB 97
665,107 665,107 00000000000000000009f7a38503feaaab085a78a0b8132d6094454e7c52679b 2,308 1.00/1.00 vMB 51
665,106 665,106 00000000000000000002693d447ac5e6f7bcaa5364ad3f0e752999d4bf67b04d 2,089 1.00/1.00 vMB 33
665,105 665,105 0000000000000000000c97b5fdad2d8f710b499da7ddf2c37b3678bbdf682d71 2,732 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.