Loading Tool

Explorer IconExplorer

Memory Pool

85,393 transactions
24.55 vMB
0.09190713 BTC
Random Selection Loading Transactions
Max Size: 161.02/200 MB

Candidate Block

Mining Attempt cb143ea9bf7605f5cabcf80a41aa50d2f3bdef09f4bcadd07877abfc9be081d4
Version 20000000
Previous Block 00000000000000000001037d00e1e0c14e70220f9409170a965708b314251fd7
Merkle Root 5dc1c132b1e0664ae419cc5ebc1f89af9b8d787a241a358036072f8a058ec0d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,051
Size: 1.00 vMB
Total Fees: 0.02473861 BTC
Feerates: 73.20 > 2.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,832 (698,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,445 217,445 000000000000004bf1382e8ac1b4618ec5e19c00eec71ce2fe5c9869112aac04 717 0.25/1.00 vMB 239
217,444 217,444 000000000000047b6df83bda9994d58be3bd18b5aac91d2f0b861a0541aa2769 135 0.07/1.00 vMB 121
217,443 217,443 0000000000000484c9d943c53b7c3c9c2f433397fb5dd1458e982b91ec8716b1 226 0.09/1.00 vMB 151
217,442 217,442 000000000000028d0aad1b4988b09ba0ab3c0e58a2c07b2d5b07c3bf65ee57d8 245 0.17/1.00 vMB 101
217,441 217,441 000000000000026f2ab84adc3785beae714c5ce64b6bd83f910b7349dcc06d3e 604 0.25/1.00 vMB 189
217,440 217,440 000000000000044bfd159075c920705b2f877a21fde47ca03722b1f9dc77b2ed 640 0.25/1.00 vMB 207
217,439 217,439 000000000000014a9ab984f3309fb695665a2eaff0c6b5d82142c5257e44cd18 555 0.24/1.00 vMB 182
217,438 217,438 00000000000002a2c3a76089954455f5fd994ac61cc4086857ab156b9fa8c6ad 43 0.02/1.00 vMB 93
217,437 217,437 0000000000000242022e847892228d0981b4549fec5a291f471c8ec2b8c4c5b3 465 0.23/1.00 vMB 184
217,436 217,436 0000000000000179ae8c0e6a08365338dc036147534c905101c1ad1f09e276cc 1 0.00/1.00 vMB 0
217,435 217,435 000000000000026219ea3d65c9cb41272dbe49c82a4617dc66c0486ee99c1568 731 0.42/1.00 vMB 139
217,434 217,434 00000000000000b45412d85f19229a6fc786cbe81b7bfe2d68863b8477505119 131 0.05/1.00 vMB 129
217,433 217,433 00000000000004b15ba825999cde64c6972a60ccc4dd04deeb901f5c950b85f0 119 0.05/1.00 vMB 43
217,432 217,432 0000000000000490f73a66b6abfc9f095efdcd76cf022ee5950a6610c2d38b1b 430 0.16/1.00 vMB 173
217,431 217,431 00000000000004237c33fcf523d6e5ae223c5b5c1ddd9ed4659f6c6cdac6c2c2 209 0.09/1.00 vMB 200
217,430 217,430 000000000000039668dd79ea3e9cea6d79f5cde3d0bad36804b7a4b3b502d73e 58 0.03/1.00 vMB 165
217,429 217,429 000000000000020439787ef210c60d11c82cce679a7cbcd89367589a997655ff 148 0.05/1.00 vMB 202
217,428 217,428 000000000000002cc67af32b1af11ce6699e36f1376f6b502ff0c02f27ee96b9 21 0.01/1.00 vMB 164
217,427 217,427 00000000000000453ec305681167d35b7f53cb52536214dc81ea551ab40f65af 169 0.07/1.00 vMB 140
217,426 217,426 00000000000002e4032b2db7adf83bc9a15992032725a4aae4b8829cd80f2b15 77 0.03/1.00 vMB 110
217,425 217,425 00000000000000643db38ff07e980e27e16f70a427a6009080b95de9a5c7aced 67 0.03/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 783.81 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: 791.66 GB
    • Received: 21.82 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.