Memory Pool Memory Pool Refreshing

7,483 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,118 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (76,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,469 831,469 0000000000000000000202314500388812a90f877cbb76e8d112595b1e665d26 2.00 MB 2,100 17
831,468 831,468 0000000000000000000187324498bbf808237bc196aba233d092659a231a549a 2.04 MB 970 13
831,467 831,467 0000000000000000000294934afa70cc361d6bfc3223cb31590291a6e67bb418 1.93 MB 2,510 18
831,466 831,466 00000000000000000000d0a153042624f53f724bd14ab7cd4eb7fa1590f63f1b 1.77 MB 2,718 23
831,465 831,465 000000000000000000002ffd77aa387d1b78a372cb0a838bde0be845e1edac08 1.58 MB 3,182 23
831,464 831,464 000000000000000000009b8bb3015ad5a1c68d822d936fafd60afda610429e0f 1.55 MB 2,967 28
831,463 831,463 0000000000000000000273965cc277164b48f936a2ebcbad6bc6fd5c00363891 3.06 MB 1,370 15
831,462 831,462 0000000000000000000091a5b5c62bc44b2f9409af43a18bf35e86634cb6ae40 2.01 MB 2,526 17
831,461 831,461 0000000000000000000328f13850fe27b291ff1e3cd41186a91c1803cc6bff50 1.60 MB 3,225 29
831,460 831,460 00000000000000000002bea076f0b02995a6a32beacc6d94650fa31e285a4eaa 1.95 MB 1,791 14
831,459 831,459 000000000000000000013c3b9485bc7e29abf552360cfb720e56b2b3a0d4acea 2.42 MB 2,304 18
831,458 831,458 00000000000000000000ce9a085d27cae3406c0e0f882c737f2855e7abad5691 1.86 MB 2,541 22
831,457 831,457 000000000000000000017aac5b50220e6160ca50cd5099a0a9c90cee7ff1e91c 2.20 MB 2,604 16
831,456 831,456 00000000000000000003144eeb45002cfef21b94e5bce30434b61be48775a557 2.13 MB 1,235 19
831,455 831,455 00000000000000000000b8830548d6017707bed789b09782591e5c0e44be2b75 1.85 MB 2,952 27
831,454 831,454 000000000000000000027dbbd2efdf3cfd7cd2e97c56b48c86f9cf2f71fc1caf 2.30 MB 2,426 21
831,453 831,453 000000000000000000030e691aa2b11b0f8307b91fa936def57aa3e1899deb40 1.76 MB 3,121 24
831,452 831,452 00000000000000000002f227536dd4d31034dafa6247b798efcc16bbbaf73e96 1.73 MB 3,190 31
831,451 831,451 00000000000000000002b2e7717e2b5dbf4db3a3301c8c688aa3b706ce9defbb 1.75 MB 3,298 25
831,450 831,450 00000000000000000001a4eeb4e7e4b0ee0f97b1d72337fe61e9d48ce800cb4c 1.83 MB 3,187 28
831,449 831,449 000000000000000000030fb06e6abf187f8def4257f36e9c649a9c688d30a028 2.65 MB 1,458 15
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.