Memory Pool Memory Pool Refreshing

8,063 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,325 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (860,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,544 48,544 000000000b5da4e5e3ceb4f310aa97f7cf8158d0085c118e529d97d96f3d7be7 0.00 MB 1 0
48,543 48,543 000000000252d257a261a89d6a26b90b6ca94bbdb36991a5df7ebc92273f5224 0.00 MB 2 0
48,542 48,542 0000000023b09eb93358ecd63062abd19bfbb4ad2c3ab09467dce45e2cd7b229 0.00 MB 1 0
48,541 48,541 000000000c7d005f2b90f5cbb4ec14907f5609f302228f43fb2441ef4b1be837 0.00 MB 1 0
48,540 48,540 000000002285eadb7ac376942cfa3dc3697b62bb52b9572374634d64c48032df 0.00 MB 1 0
48,539 48,539 0000000017caaa89d2ca84b58bf0f2186ede63005d98fb8eaa4d101555ccffc7 0.00 MB 1 0
48,538 48,538 0000000002e3ad918515d3a1f325d023ba43713ab70e6cbe50e63ad132c67be8 0.00 MB 1 0
48,537 48,537 0000000001cd7d8f2d16a20ccd2b5fe09d9569781a0e590ee9529cc95fa0db16 0.00 MB 1 0
48,536 48,536 000000002832884ff34520263d8fde2ea3ef96ad3f93c1d616cadef0673457ec 0.00 MB 1 0
48,535 48,535 0000000012af1876a126d3a06e36b0cc4c77361b2164e59cce8e26aef485269a 0.00 MB 1 0
48,534 48,534 000000001c9eea1a5182f126b82c2dd208895113081eee34bd0fc7e6b0e05e2d 0.00 MB 1 0
48,533 48,533 0000000005fa27de96c72f1bc036e0dd979fe71c1d11eb71aa26db0da9b84648 0.00 MB 1 0
48,532 48,532 000000001941157a8714517e2264e8fc0ac5921c99ad434427420094526221c3 0.00 MB 1 0
48,531 48,531 000000001c8f47b537681f68f0b409f1f4f892e90261c4c926518886578536b3 0.00 MB 1 0
48,530 48,530 00000000035619d08ff24326056cbab1afcc16ba8e3598cba14531fd27218089 0.00 MB 1 0
48,529 48,529 00000000146e34eff1ef622d9f8e42a0f9d000535ad63fc59eef99d0497459c5 0.00 MB 1 0
48,528 48,528 0000000007af6ff7230fc5bf4126cf355c19fa935ee7e47ba469df3a53ddbfb8 0.00 MB 1 0
48,527 48,527 000000001bc7a42482b7818a4799a685c0289feeb1ffafc09c063e74713956d0 0.00 MB 1 0
48,526 48,526 00000000086382f110d28dd909699a2d21ff398767f0a5089099229ec2ed003f 0.00 MB 1 0
48,525 48,525 00000000157e0593adef8e48668eacb8724b3a35ce34d42e2c73f9d571031a83 0.00 MB 1 0
48,524 48,524 0000000002f6baebff660499c259837b8f6d12d696afd730a65e27d3af841e6a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,848.51 GB sent, 100.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.