Loading Tool

Explorer IconExplorer

Memory Pool

87,893 transactions
32.53 vMB
0.15272751 BTC
Random Selection Loading Transactions
Max Size: 199.54/200 MB

Candidate Block

Mining Attempt 1da61afc6853203ebca66c940352210c5d886dfdac8374cdc6609b6730ec03ca
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 24221c9156027bdebe6a74b6630df6ede133d172c1669c4352b4fc5886506e64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,452
Size: 1.00 vMB
Total Fees: 0.06830538 BTC
Feerates: 502.65 > 6.84 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (724,276 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
190,941 190,941 00000000000000bc2db87bc5ac02ac951dac00a919fdd559ee4ec0f8c00191e0 106 0.05/1.00 vMB 93
190,940 190,940 00000000000001bcb49da8f1a4f2ab7fdd34d3b4225dc6f0b1e738788756f7d9 69 0.03/1.00 vMB 39
190,939 190,939 00000000000001a511182bf031724a2cf3d24907aece29aead1674fd3ac6df36 512 0.22/1.00 vMB 181
190,938 190,938 00000000000001f69fb55c8e1ee81708ab0c4d392b6b7a8ee8e1312b060751fb 201 0.08/1.00 vMB 125
190,937 190,937 000000000000033328f50b61aa3a2d9704e8416f17b05bec17d772d1d813bc04 25 0.02/1.00 vMB 73
190,936 190,936 00000000000007548e87cfe2f8195bbad313d8f54df0c45eb7bd3ba816ed9cfe 89 0.02/1.00 vMB 26
190,935 190,935 000000000000012cfca05b4c834be05daa97677c12a9870b35deef153f0ef8c0 131 0.05/1.00 vMB 36
190,934 190,934 000000000000038fc67651a63b946d25012884a8e87e014337fb26c2a6b24356 182 0.09/1.00 vMB 336
190,933 190,933 00000000000003daf7e2222d2f936aa71ac047c8e3ed481c8898043db6f06348 157 0.09/1.00 vMB 82
190,932 190,932 00000000000007180408cbe5a185e361ce250528b55bed6eda7fd9b7606daaa1 95 0.04/1.00 vMB 451
190,931 190,931 000000000000044f356166d862620ce38dafda38fb58ed04896000fceb82686c 322 0.12/1.00 vMB 136
190,930 190,930 00000000000000beb8d3ec7520f70d8b855d519576b7b444fe1ce0e6d27825d0 315 0.14/1.00 vMB 162
190,929 190,929 00000000000005a7000c2e9f2259954908aa02847cc8b43c2a802b27a4033714 648 0.25/1.00 vMB 81
190,928 190,928 0000000000000488f07b12f9f95ead879f5f8b003542a35d8c3c65ced8b65d08 166 0.12/1.00 vMB 74
190,927 190,927 0000000000000127eabe18f0b604e77b09d427bfcbba2b0a8e86353e8c564c71 57 0.02/1.00 vMB 93
190,926 190,926 000000000000037c6d63e42c8ca078d14956edf1e03c9090877b63f3dc02c52a 414 0.20/1.00 vMB 106
190,925 190,925 0000000000000557029b120cb974704072e5d1ecedcfbf1c5dbde1ce2f5ffc5c 128 0.06/1.00 vMB 148
190,924 190,924 00000000000000bb2a3c0d8e809732ea6dab70cb836d202a000f09aea7d1a1e8 567 0.25/1.00 vMB 134
190,923 190,923 000000000000019c889d60e3f5cbcf89fb0d0a630fdd438521d34fc3927fb8b0 17 0.02/1.00 vMB 84
190,922 190,922 000000000000052a698d589d6845100d8cd00bfc0af9f3ac250f74d052f43093 30 0.02/1.00 vMB 42
190,921 190,921 00000000000006d660b10cdc50be7b8d4f2ce8038dc7e208aa6ef44f8db9bb5c 21 0.01/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.