Loading Tool

Explorer IconExplorer

Memory Pool

45,927 transactions
28.76 vMB
0.13941603 BTC
Random Selection Loading Transactions
Max Size: 152.16/200 MB

Candidate Block

Mining Attempt 81dec9f5682f85725d1adadba24d31661762c13a9a3f6c9571aaf109a97b6dfb
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 193090dc0d46876abef9598539159913dccc1bd7b02c1299e38765400d1c86c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,527
Size: 1.00 vMB
Total Fees: 0.07880920 BTC
Feerates: 15,654.48 > 7.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (247,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,111 667,111 0000000000000000000936085b3424f7bba038e91c03c7dbaecc7436006d9077 2,746 1.00/1.00 vMB 55
667,110 667,110 00000000000000000000f93dcd6c38bc265a07ef1da0ae1e41380b328889139b 2,715 1.00/1.00 vMB 91
667,109 667,109 0000000000000000000b6f435278712b5bc0b1595f049ffc434138ba2fa3b690 2,292 1.00/1.00 vMB 98
667,108 667,108 0000000000000000000c73acb81f3e293869c1dbe9bdae8015da49419cc98580 2,369 1.00/1.00 vMB 112
667,107 667,107 0000000000000000000aaff984aa6acb7390ef05372728e92887e1e00d4a4fce 1,246 1.00/1.00 vMB 102
667,106 667,106 00000000000000000001436e171e075dcbcd9fc7478138cd6c2c42073b1bf8f0 1,875 1.00/1.00 vMB 108
667,105 667,105 0000000000000000000c609d7323dbad25950c6d459cacd9bf53d8477314a92a 1 0.00/1.00 vMB 0
667,104 667,104 00000000000000000002aa9192a72c25ff605048136d0f2d43625c0fbd8f337d 2,627 1.00/1.00 vMB 50
667,103 667,103 00000000000000000008201cfe992a17a19f8d8f4f1ef9cc7a8c6e1c181191a4 2,307 1.00/1.00 vMB 51
667,102 667,102 000000000000000000038ca966206f5ef29e6bb1d5a29c6f8ec683cc0b12d7a7 2,525 1.00/1.00 vMB 79
667,101 667,101 000000000000000000084db06ecfa1d173f3aae40a0f8102be5d5f3fa6590276 2,865 1.00/1.00 vMB 84
667,100 667,100 00000000000000000001cd228348a8612e15578387f3881c8ae4c70952846a28 2,736 1.00/1.00 vMB 67
667,099 667,099 00000000000000000002a04a631fafcefd04fe5d456f5ae6ec709a24bdc326d2 2,435 1.00/1.00 vMB 100
667,098 667,098 0000000000000000000a5137bd79525b7a1f1277d67a675691e7b397072cd3d1 2,385 1.00/1.00 vMB 91
667,097 667,097 0000000000000000000bfe923b51dc23b82ec9ce4761e1677543f1f70a419239 2,683 1.00/1.00 vMB 114
667,096 667,096 00000000000000000001a750100ab138b19e2124f5a0d0837b58d98990cf86af 2,682 1.00/1.00 vMB 125
667,095 667,095 00000000000000000003faa83fd112296f5a39d329390381f3d211527447a712 2,079 1.00/1.00 vMB 110
667,094 667,094 0000000000000000000cc1bb2683b2e04e201b0bbaff31207a8d6f25be850a4a 916 1.00/1.00 vMB 96
667,093 667,093 00000000000000000004da552fc4cc0c2c41d4c953b897f484a10bddc8b56fff 2,749 1.00/1.00 vMB 110
667,092 667,092 000000000000000000075ad01a3b4dd5dd5df1ee1c6f4b004d6aa3e98171d8d3 1,470 1.00/1.00 vMB 143
667,091 667,091 00000000000000000007613d9664cf92b7fb780add248c7b4d8ebc89dcddc98d 2,558 1.00/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.