Loading Tool

Explorer IconExplorer

Memory Pool

81,012 transactions
30.39 vMB
0.13387097 BTC
Random Selection Loading Transactions
Max Size: 181.95/200 MB

Candidate Block

Mining Attempt a7a14c6a48b720be99ff83e32755f3990dde7e7158f5501171848853f8b35ce5
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 094cd5efdb76299f483fa1742dec397d60e532335a4a36dae3a8a1e7a1f94ad1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,636
Size: 1.00 vMB
Total Fees: 0.06153940 BTC
Feerates: 150.86 > 6.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (230,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,024 685,024 00000000000000000005384f72ca4a359d700ad1625d95eb538f2641a139812c 2,521 1.00/1.00 vMB 90
685,023 685,023 0000000000000000000171a1b37648306bfe4e78e825c373595c52c31504f2e6 1,944 1.00/1.00 vMB 24
685,022 685,022 000000000000000000062468dbbd8886c3f3bd005b36a2e2a0189bed598db671 2,431 1.00/1.00 vMB 97
685,021 685,021 0000000000000000000277daa8aebcc0b13435aab2b929713f1d98610d1882f4 2,128 1.00/1.00 vMB 61
685,020 685,020 00000000000000000009a1308530e7662217122592d99791c52fb33c62777fc0 2,099 1.00/1.00 vMB 70
685,019 685,019 0000000000000000000855ddc3cdd3003a502e55291f909c074a30a33e19a24c 2,127 1.00/1.00 vMB 39
685,018 685,018 00000000000000000006e58e6d6ecfc9cabbbe2b64f7862093ade6f31c63e83c 2,493 1.00/1.00 vMB 71
685,017 685,017 000000000000000000053fcf6ab6ac1ba4b4966a23d28d90df54a5ec45400bba 2,308 1.00/1.00 vMB 62
685,016 685,016 00000000000000000006903fa4b4d0c305701459cf6cfa14ed158f725bb42551 2,726 1.00/1.00 vMB 55
685,015 685,015 000000000000000000077d98d1ea54d9eddeb887ce07b091fdfbf835788a7f1d 2,029 1.00/1.00 vMB 51
685,014 685,014 0000000000000000000a9c2c25e13688842d9739d12916a456d77aad28babf9f 2,131 1.00/1.00 vMB 56
685,013 685,013 0000000000000000000211598da9777388c7a7c70512592726e9ab27df41277a 956 1.00/1.00 vMB 75
685,012 685,012 00000000000000000007b90dea8dbd56509e44cc480733e0fce24518d83ec89b 1,641 1.00/1.00 vMB 95
685,011 685,011 00000000000000000002ea267856c5a8d8381639b4e6113e16332ceeb161590d 2,346 1.00/1.00 vMB 52
685,010 685,010 000000000000000000098b4ea85f6ba1e6ba23a2252361e52e2ccf946dd88382 2,968 1.00/1.00 vMB 48
685,009 685,009 00000000000000000000a26b2fa488ffebf66261f274534ed47e0c0158178262 3,082 1.00/1.00 vMB 99
685,008 685,008 0000000000000000000112ee37a09e8d1018d948fa55a60a3e6aecc9b4db3564 2,802 1.00/1.00 vMB 75
685,007 685,007 0000000000000000000a0e1ca0fd4acfbdda109f85f70105c4a9d19f52ba8a84 2,496 1.00/1.00 vMB 72
685,006 685,006 00000000000000000007dda5d341fe23e44f5295fd62de9d096e519eedd9d85f 2,489 1.00/1.00 vMB 93
685,005 685,005 0000000000000000000ab17fe691d7c143cd3d29094e0ed8e5b656fc342406b4 2,839 1.00/1.00 vMB 107
685,004 685,004 000000000000000000022158c2c8744c42acbfd2328443ff0cc122e19261bac6 2,007 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.89 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.