Memory Pool Memory Pool Refreshing

604 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 583 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (202,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
705,455 705,455 00000000000000000006576177a0979d695dabbe23f637826827c6a47185cb7e 1.52 MB 2,791 7
705,454 705,454 0000000000000000000baa4dd993558767fc624c7146f814dbef79f33a7a4ee9 1.54 MB 2,389 11
705,453 705,453 000000000000000000067f2980653f58311cb3bb691ed05d6d86c1d4e03d01b7 1.52 MB 3,596 18
705,452 705,452 000000000000000000053ce18843fd9fd1b281764dcbb037c6222033847f0269 1.37 MB 2,777 41
705,451 705,451 000000000000000000006bfceeb40f9fd8a9fb18885db5fd533c0ea43b3b365b 1.45 MB 2,202 6
705,450 705,450 000000000000000000041d8debee0e47d8ac6a634839c95beb253d6993576f4d 1.22 MB 1,764 17
705,449 705,449 0000000000000000000ab027d2d2669f279f4ed9f5380dae1c09803e42a64034 1.10 MB 2,449 8
705,448 705,448 00000000000000000005800915bfe07f4bcb1c3b7915397992b16303bb661089 1.42 MB 2,874 18
705,447 705,447 00000000000000000007e6457c8c5aea1fba7f2957e36abb1bcd3ef7316e089c 0.92 MB 1,812 7
705,446 705,446 000000000000000000032f2e69118ec3d8638031db852c6e169a744de43f18d3 1.47 MB 3,059 2
705,445 705,445 00000000000000000009743628b0e7eff98b370c9160145355d10d343b2f8744 1.63 MB 1,929 8
705,444 705,444 00000000000000000005774fd7161ec8fcd0ad3147f919bdb6e0825715dac42d 1.47 MB 2,661 34
705,443 705,443 00000000000000000008d3bb8d5a8052748bb2461a4bd97d998218c5aaa567ff 1.38 MB 2,933 18
705,442 705,442 0000000000000000000daf13ae25e75dfab2e5c596a789ed152631d4c64b4a49 1.37 MB 2,266 12
705,441 705,441 000000000000000000021dc84974dc5dfe9dbe849540c1eee42fb7cf758db2c7 0.04 MB 100 13
705,440 705,440 0000000000000000000b24f2753a099b392a9f52e669d59edf1d14831c007628 0.45 MB 1,056 13
705,439 705,439 000000000000000000021189b332b0bef73e00a286f674b94f38a24eb21fdd28 0.17 MB 344 11
705,438 705,438 00000000000000000002060e1513521836b81e37ce9bb2a6bb6c66c300e44552 0.06 MB 163 15
705,437 705,437 0000000000000000000d4357e9e08953a5b836a95e841c9314fc5df9f63461a1 1.42 MB 2,999 10
705,436 705,436 000000000000000000054fa5689124688813e0eba97ce097ed2e5bd899ebd36a 1.37 MB 2,183 10
705,435 705,435 00000000000000000002bdf3bf4949ba5e9254b0ef2c541b18e9f88c32c754ce 1.14 MB 1,018 15
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.36 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.