Memory Pool Memory Pool Refreshing

4,584 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (107,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
800,470 800,470 00000000000000000002c5e3066d7b9fc9cc60630864ee863d54bbd8f9211554 1.86 MB 4,542 7
800,469 800,469 00000000000000000000557bafeac2b3521ba42a66f5d4bb27f9a5de4efaef41 1.96 MB 4,448 8
800,468 800,468 000000000000000000023d41d432ed4b1a58f68bcb89fd9eed40b0e0c64fb26b 1.86 MB 3,743 9
800,467 800,467 0000000000000000000205eb33007351c20846978420ab655d4e50d6f2a74301 2.03 MB 4,643 7
800,466 800,466 0000000000000000000532cc5d14f3b753380ba2da82c39661abcedb775e1820 1.92 MB 3,231 12
800,465 800,465 000000000000000000013880cfc1b2d7a4f3ad5cdea3dd60e9213524be8768c4 1.72 MB 2,931 10
800,464 800,464 00000000000000000001abd550665fce1f8571667c030590643fa30b3973d2dd 2.07 MB 4,669 10
800,463 800,463 00000000000000000003f848c3f61409f50f7061bb9c460ac17413d610c7490d 1.71 MB 2,073 7
800,462 800,462 00000000000000000000f2b76ce911ae1ec6fde495527ca6dd5204bc6c06abb0 1.64 MB 3,206 23
800,461 800,461 00000000000000000000963640c46ea5a6ea3f42da3e784d75637daa64ceb0ac 1.47 MB 1,682 9
800,460 800,460 00000000000000000003b1d2caf4b9294b6662e1edc7bc937ef6e48972252c9d 1.77 MB 3,441 21
800,459 800,459 000000000000000000002253edb03ac6b827952a0b721b83217119ab061d4b89 2.11 MB 1,808 8
800,458 800,458 00000000000000000004203b7d7e5899aecef9477e0554743f9bcdbc54e53c72 1.51 MB 3,340 14
800,457 800,457 00000000000000000001e2f87a45fa18710ecd9ad9d077f3558f9310e2d0f799 1.36 MB 1,976 17
800,456 800,456 00000000000000000002d7202f472370ab3ff28cbdcc1dbcee5ff2363dc801c0 1.68 MB 3,281 14
800,455 800,455 00000000000000000002268f5b98c650a38e64620f9132f13a6d0453a342a8ab 1.56 MB 3,106 26
800,454 800,454 00000000000000000003f1cf8b0fa76c2c16af750ec154745db841b846046f62 2.10 MB 3,077 8
800,453 800,453 000000000000000000030f8567480cf7d19748176370a83ed91e9e50c174a5f5 1.94 MB 3,366 8
800,452 800,452 0000000000000000000432c54c49a7931513e4edb7959abe35e7a020d0cd9c43 1.74 MB 4,116 11
800,451 800,451 000000000000000000009a7fd1375c14ebd8c76d6f5e2730236bd733360209b9 1.68 MB 3,809 14
800,450 800,450 0000000000000000000430784de300feac835485bb360f90572b832367c346e0 1.69 MB 4,235 16
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.