Memory Pool Memory Pool Refreshing

13,196 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,983 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (618,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,324 289,324 00000000000000009fe7dea598c2b8306651d182fcd768cd2fd21bd5c72186a0 0.06 MB 128 26
289,323 289,323 0000000000000000b663c773eae060fa24b3d6feea4f5d5524b50df1b5ed9fa9 0.10 MB 55 17
289,322 289,322 0000000000000000296f4b447d5a83397db080a718c7097003e388ef84720944 0.43 MB 611 27
289,321 289,321 00000000000000007642f255c50a07b0de6d98a8e936ecb2ea3dca04ac265978 0.28 MB 439 26
289,320 289,320 000000000000000081ae124d5035b1d26e179fd8311bd4dc62ae6f0440ee36d6 0.35 MB 572 30
289,319 289,319 0000000000000000bfd20779e0e2d1c4119001f7d1b7e8bb4d33884a389cf8aa 0.39 MB 751 30
289,318 289,318 000000000000000076b22444541d4c2cea7f1dfbac06daf4e8a58398b0a32876 0.03 MB 65 40
289,317 289,317 0000000000000000fe4cc0e6d71bc1f429f986c1f8e7e4a4ca6cae81cbe2433e 0.13 MB 195 28
289,316 289,316 00000000000000008ea0335f9b0d5ce4ca31f24307c6b244fbb3f5ba6ab896c6 0.87 MB 855 19
289,315 289,315 00000000000000011f3882dccaff2b06b95dd1def2674fb77b6812196cb0d4e6 0.16 MB 512 50
289,314 289,314 0000000000000000357704b1f13ff032f3e012798371d2741fcbc5c43d91b4cb 0.25 MB 789 55
289,313 289,313 00000000000000009a009ba0a1162fe4572cc07d4969cb287af300b243e830d1 0.21 MB 359 36
289,312 289,312 000000000000000064a8391575ed231c8cfae803b9f52d5b618b25bfd622f5b1 0.12 MB 256 34
289,311 289,311 0000000000000000cf9ee9d5cfc083a5744c79d9ea692dba592b6dbc88f42e41 0.24 MB 255 18
289,310 289,310 00000000000000007d29d0b164a8d1ccbe7d53d0c7df7f09316fa1932bc64fb4 0.25 MB 570 43
289,309 289,309 00000000000000004482b2378f40d2eedfefd6f07b1107629dd8d141433c97b0 0.08 MB 176 29
289,308 289,308 0000000000000000194671ff194773f23e8d70c691e78f8eee5ff77f316862a3 0.23 MB 497 32
289,307 289,307 00000000000000001c14a505816e664c3debeef7d94aed22cfcc2e2052e035a7 0.10 MB 256 58
289,306 289,306 0000000000000000ec7a26e5742257d1ea26bed78505ad6a000288e64fb87d76 0.28 MB 562 31
289,305 289,305 000000000000000007753850e318679f2e6ebc2208867e65a1bdb697c1b2ed56 0.15 MB 370 26
289,304 289,304 0000000000000000522082c91900f1ca261e2c4fb320b63113cd7f1144d50413 0.10 MB 178 6
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,622.88 GB sent, 92.96 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.