Memory Pool Memory Pool Refreshing

1,075 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,067 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (752,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,144 155,144 00000000000008439409e89cd39be2291431783134cf3f742574d0fad8a89a11 0.01 MB 17 30
155,143 155,143 00000000000002827fe891a7b920b8ae5d18cfbe27021d9af6fb5e9e76f3b93d 0.00 MB 4 0
155,142 155,142 00000000000006b0b2266db380e55c57d95e83453a7af14b7ad990827c680393 0.01 MB 23 91
155,141 155,141 0000000000000aac4006b3a62ec4c0a27df8cfb524115398d0cabaa9774adda7 0.00 MB 9 17
155,140 155,140 0000000000000a3b56ca43d78df414c07df3fb6916a7147d83726bc98d74655f 0.01 MB 14 48
155,139 155,139 0000000000000611dd527e5b5ad098ea7153094faac173ca0159fcff1267fb3f 0.03 MB 86 113
155,138 155,138 0000000000000768af0f5fc3df25a9ac1893e8dab4d7138cee58999f86ec75dc 0.05 MB 40 63
155,137 155,137 0000000000000c1ef777e13e9d3fc12c7c09a43f8f6f95c9d05d17060088b882 0.02 MB 60 235
155,136 155,136 000000000000076491b2f4c4b852c5f5f5f55ed9e97610fffc58ffa7906c69f3 0.01 MB 16 271
155,135 155,135 000000000000078374b8b37eb3bd49293db5d9780c87f82231a43170ecbd43d5 0.02 MB 28 101
155,134 155,134 00000000000009895cb16e5c427e2bfad9bbcdcd13454a17037ee85d9db33cf4 0.01 MB 33 75
155,133 155,133 0000000000000000dcd89b7471821456ed5fc0e45e76dc74f0b6d0cd8580aa58 0.02 MB 20 80
155,132 155,132 0000000000000699639da870b3bee92e07906cc5aee337721ead3b87cc5706bd 0.04 MB 103 176
155,131 155,131 0000000000000c401de90bf37f1796018226eee1695cff072bba07f71a45be14 0.04 MB 97 122
155,130 155,130 00000000000000bc7042fa7bddd17b8f89834a4ae5448b340c294d0f443e6e8f 0.05 MB 168 85
155,129 155,129 0000000000000b2903a6aeafd853d8c08b9faa4bfc9e8a8ea867aed990e38bfa 0.02 MB 37 100
155,128 155,128 00000000000005fc96ce5bcbd4c7e79ac9e70509c91c3760f97f305dcd58a5be 0.03 MB 84 150
155,127 155,127 00000000000009e372357d0850b9513df2173784653fdbed17f99135effbe4af 0.01 MB 29 231
155,126 155,126 0000000000000c9eb33a2f18b0be895d90fdb7dc3d35b3c2ed64ccd4b1f56242 0.03 MB 58 81
155,125 155,125 000000000000031c907801a129ef8374b195827d790ac86e70eaa774d4ceb57b 0.01 MB 23 60
155,124 155,124 0000000000000a31cd77f7e8b58fc9db709d8dadea753758e10ea6e18e4be9c8 0.02 MB 27 96
Previous 10 blocks ↓
Total Size: 769.59 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,651.07 GB sent, 95.86 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.