Memory Pool Memory Pool Refreshing

5,309 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (85,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,918 821,918 00000000000000000000a5b3f8462d04e9c55b5766b0c51b40284c46f4bbbec0 1.61 MB 3,954 331
821,917 821,917 00000000000000000002d06386a168def218bc9b057e78cdd72ed68a2d8af931 1.61 MB 4,046 446
821,916 821,916 00000000000000000001492a74a69766cbe0ce061e9d46beb9906ad655d493c6 1.54 MB 3,760 402
821,915 821,915 000000000000000000019ea8ef021ae7d6095cf33db85e707cb418f44d1b23cc 1.50 MB 3,328 470
821,914 821,914 00000000000000000000d483ff3b61c146dcd04de2d882575bbe3902cc424ed7 1.62 MB 4,248 385
821,913 821,913 000000000000000000031e080e4afb4c7d584ef78b3a0be6c22ff42ad4a14c7c 1.57 MB 4,046 368
821,912 821,912 0000000000000000000125e0c8a1536aaa37535cb3d0f67d0f3543b7be91dc80 1.60 MB 3,714 512
821,911 821,911 0000000000000000000194b005e260ff1822b876be8d4a3ad8dbf6319d320364 1.61 MB 3,781 307
821,910 821,910 0000000000000000000372ab43ca7b62f9eb1c7246437e4efd09fc36da725eb0 1.72 MB 4,442 274
821,909 821,909 00000000000000000000448e646097914a7eef78bd47db718ff131dfb5b8ef75 1.72 MB 4,652 363
821,908 821,908 00000000000000000003c47cfae189f06c2a2c44578fd401a9b5608bd3f0a450 1.75 MB 4,766 428
821,907 821,907 000000000000000000027d83aa3bab5323281755c5b890637fac38943f87dda3 1.75 MB 4,739 480
821,906 821,906 00000000000000000003f606aaf8fbe5521942a98ae4b3a1b410a72b4f9a8aea 1.71 MB 4,617 568
821,905 821,905 00000000000000000000a995a674f47b2c9657c7eb844ee9e969e30ce5a426c0 1.73 MB 4,575 611
821,904 821,904 0000000000000000000298d6cb1a1f135abadbda9093ad68c3b52a5c2df04543 1.88 MB 5,449 633
821,903 821,903 00000000000000000002971c173dcaed52f14c56b7747153c0f7eaa72fa9f8b7 1.67 MB 4,362 690
821,902 821,902 0000000000000000000038fda7c7c4af6166df1436acaa8a8bf9531e9c6fc1e0 1.75 MB 4,760 457
821,901 821,901 000000000000000000019268e41f85f3061056c7f38feb80fc04299757113beb 1.71 MB 4,633 379
821,900 821,900 0000000000000000000202d97bc7117643e077b76ff81a917ea3bf19535eea8b 1.63 MB 3,977 288
821,899 821,899 0000000000000000000191254b0558805c85a7e5e57a2c3a53f696d21b527c9d 1.56 MB 3,437 369
821,898 821,898 00000000000000000000252f7d6c86985c86f09ed192d28ed7ab4e1716cd26be 1.66 MB 4,187 266
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.