Loading Tool

Explorer IconExplorer

Memory Pool

49,655 transactions
29.94 vMB
0.09347741 BTC
Random Selection Loading Transactions
Max Size: 159.79/200 MB

Candidate Block

Mining Attempt e25083c8d261c91586ba8e5220504077061b1fc30933878f6afc0310196663e7
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root 2c9cc2279151ccc96c0e4948d0127f378ba6a1f6bac1178c7739e2730d86ca10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.02730958 BTC
Feerates: 72.92 > 2.74 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (413,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,182 501,182 00000000000000000058192bc380f3faece1e48d2a6b0d11beeba025906eda09 1,329 1.00/1.00 vMB 203
501,181 501,181 0000000000000000002ec3b97ff0dff512d0c7eeaa71577824140df73e71f9b2 2,377 1.00/1.00 vMB 815
501,180 501,180 000000000000000000722f5b7c8a3c8c4ee13054b1a52a9082f2f20fba9e7106 2,090 1.00/1.00 vMB 479
501,179 501,179 00000000000000000003465863e15c0959d04975356147725a081a181e28702e 1,425 1.00/1.00 vMB 154
501,178 501,178 0000000000000000000c27654a2f15b4f1abfbbe5a4ec7afc8e996fa5b2af9fc 2,651 1.00/1.00 vMB 327
501,177 501,177 000000000000000000583700053bf05872be1ae494fc877aa9f26436a5415163 2,489 1.00/1.00 vMB 695
501,176 501,176 0000000000000000002adbc488ebdb735b7cb9bd9dba4168698150648ba92dc4 2,105 1.00/1.00 vMB 911
501,175 501,175 00000000000000000066bc80a4835a12934212d581d57db255edc7ea94ac8430 2,569 1.00/1.00 vMB 865
501,174 501,174 0000000000000000007d2c0b51e8547ea69b04333bd889239cb80d35879c7951 2,627 1.00/1.00 vMB 565
501,173 501,173 00000000000000000058ef3551ed431e08acf7b6977459743e7863e502e54d3f 1,576 1.00/1.00 vMB 278
501,172 501,172 000000000000000000715464bb8da4699f3929b0908e57d9c3789d9cf48ce48d 1,991 1.00/1.00 vMB 455
501,171 501,171 0000000000000000001b7cbcf29f739ccc6431dfb79e6b47d8acd91ccf63bccd 1,944 1.00/1.00 vMB 476
501,170 501,170 000000000000000000569b3e1de68fa9d85fb1f0501e167234283b3ea45850f8 1,587 1.00/1.00 vMB 378
501,169 501,169 0000000000000000006dc00f8d83b4e330cac2d556cfc672c8b0111149453bbf 1,816 1.00/1.00 vMB 289
501,168 501,168 0000000000000000001712c45537cb23af7a4b1d3e34d265092f2953ae365a43 2,561 1.00/1.00 vMB 787
501,167 501,167 0000000000000000003de7084acb0ca90c631cbb49b51dacc7a05eff77f2cb70 1,062 1.00/1.00 vMB 319
501,166 501,166 000000000000000000441f961582bf1fbfca8be3f8e97404c4deab47ddfe2c54 1,854 1.00/1.00 vMB 404
501,165 501,165 000000000000000000764d4fd7ba4281d7bc69cb5723502636c5edac39dfd638 2,078 1.00/1.00 vMB 519
501,164 501,164 000000000000000000139d2bb30ff25c7ac190d90d8f235cfa80474aaff549e6 1,068 1.00/1.00 vMB 210
501,163 501,163 0000000000000000000e32318e6f28244f5f1f781af36297a4e909e99c115411 2,735 1.00/1.00 vMB 715
501,162 501,162 0000000000000000005d4bdc24713d3a13d8cde38f5ff1adb78415d3e97eb7f9 1,158 1.00/1.00 vMB 303
Previous 10 blocks ↓
Total Size: 782.11 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.04 GB
    • Received: 13.70 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.