Memory Pool Memory Pool Refreshing

19,468 transactions
6.25 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,430 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (688,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
218,764 218,764 000000000000034af0f4ebd1dc799c5464bbead8995181e3de374106c3b1dc49 0.22 MB 521 197
218,763 218,763 00000000000000c01bcbc490114ad3728c3dc524653d6c8afa65c1035b0c43b3 0.00 MB 12 62
218,762 218,762 000000000000026ceb8d73fcd3e40d5335e8e0ddf325222432f1ece9bd7179b4 0.05 MB 112 244
218,761 218,761 00000000000001fdbf4e0855e569b4e8c8dedb9838f6a3061dc672e90d35fe8e 0.11 MB 140 127
218,760 218,760 000000000000033b15649422e5697f138b93f35f6517403a434bc6a5bc70bbd2 0.12 MB 44 68
218,759 218,759 00000000000000118009a919192b20b017eea785bd0d137ef0540b7ee43d99a4 0.18 MB 369 221
218,758 218,758 00000000000004ce0a5ae7c8b2d3cf333cc8bc69cc0def3f9ead053894f739d6 0.01 MB 14 128
218,757 218,757 00000000000000991f32e68ae30bfc6a024ca5ae09e68fa240bcbb1fd259783f 0.08 MB 198 201
218,756 218,756 00000000000002ffda04c7899766df86f10e818ec74e3bcaf03d598f6044471a 0.02 MB 45 265
218,755 218,755 000000000000030a4034d72d171d72b9a517e1181e414539308c05a60066cf82 0.06 MB 159 242
218,754 218,754 00000000000002378a7d5e18229fef47baa091789cf9009b77777415e02b454a 0.12 MB 217 185
218,753 218,753 000000000000026ec4e2488a72ad12cb811f543afb15e72bc7708ebbff8e77b5 0.05 MB 96 137
218,752 218,752 000000000000045e3a7ac65c17b202c9132c1d0e42840073cc49890c5e8c31a8 0.09 MB 168 116
218,751 218,751 00000000000002ccd618d45e82dd2fd4dd896c2f7757bf4f86a5240f1f1d1ed2 0.25 MB 617 230
218,750 218,750 000000000000010ad64b0b1c13efad1cc1364b7709b2d9c0925dfde17c1c511c 0.20 MB 562 234
218,749 218,749 000000000000044bb4ecbd42606791161132b8ddaf242399a4ff6780ccce3fae 0.08 MB 256 281
218,748 218,748 00000000000001f05c34a8918b4b04513c2e821dff7ba4906317b3d4ef0d0bef 0.07 MB 166 215
218,747 218,747 00000000000005180a694a0d375385cf091db91691487460ff7ee482cb9feccf 0.16 MB 246 42
218,746 218,746 000000000000004d97203711350cd8c788bc19ca3bb50ab127360bebf64018cb 0.13 MB 252 116
218,745 218,745 0000000000000009d04af63462945ca040903963b64b9273a80a6ac6f8b13e28 0.25 MB 303 107
218,744 218,744 00000000000004d7bcd23f90acc80f84da0e201ea43329c83669ba16f149f6e9 0.25 MB 666 212
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.48 GB sent, 93.00 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.