Memory Pool Memory Pool Refreshing

4,574 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,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (8,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,331 899,331 000000000000000000009d08ff1bb3ed76328e1bc26cd3d6d91d17ce3278f204 1.27 MB 1,543 2
899,330 899,330 00000000000000000000a0f0596e291e7fd74e2304231f7da31bca44bb7d45ef 1.35 MB 2,242 2
899,329 899,329 00000000000000000000249aa847bc98f772991c7334cfcba888c3f63ea046bb 1.64 MB 3,215 3
899,328 899,328 00000000000000000000d8a8f916de890f4c295d77c988d047ca0f5bcb55f805 1.65 MB 3,007 3
899,327 899,327 0000000000000000000133ee3a0aac04c1b922b9adf388154a17253c99df369a 1.57 MB 3,495 5
899,326 899,326 0000000000000000000018a28478b93ee10ffbf9c0b445328f42824169a0b07d 1.34 MB 1,746 2
899,325 899,325 000000000000000000003d493b63a7926eac80d70d785d578d9355eb9c80872f 1.67 MB 3,322 4
899,324 899,324 00000000000000000001bdf78c2fcfe4594ee415fcbb24fb40e27d6a2b853933 1.83 MB 1,238 1
899,323 899,323 000000000000000000012c5d68c6605b11bdc2f1dab334f50c3f781b7c264c35 1.63 MB 2,329 3
899,322 899,322 000000000000000000004e39d207dd9eb93f1ecd5b728a64c20b0a428541b6a3 1.98 MB 527 1
899,321 899,321 0000000000000000000115e10d8ecdea6f95e41bee6be3e3160aced7b05a3eb6 1.68 MB 1,877 2
899,320 899,320 000000000000000000013d2e3479797ad271c490bdfe7fc508fd0ad506f1d964 1.44 MB 2,492 2
899,319 899,319 00000000000000000001bfe224508cce7f6ff921b5bd0845e49a66062ca7e2af 1.71 MB 1,274 24
899,318 899,318 00000000000000000001969aa199073fb7f6e2c09b258e73e6fc1f8f682b1f3b 1.16 MB 1,850 1
899,317 899,317 000000000000000000004baca83de11be39359afbccf4f17e5f73788a1d72e22 1.75 MB 2,653 1
899,316 899,316 00000000000000000000b54e38a0a0a22ff26c1533a424c11bb8866d30f782ef 1.43 MB 1,374 3
899,315 899,315 00000000000000000001d4b97b1dcc3c648546108c228648ed956485631f4e3e 1.56 MB 2,275 5
899,314 899,314 0000000000000000000155ab0cbdc7f0f60fc4f683aa1722a2dedf7cd333c637 1.14 MB 1,551 3
899,313 899,313 00000000000000000000eb52379b78439986aa4a0bd7f653ea903b90e5e48fe7 0.07 MB 101 16
899,312 899,312 000000000000000000011d8ddad7ef18d4c620e966505152032d8d6da3156b01 0.76 MB 1,021 3
899,311 899,311 000000000000000000001220d8ea2f86e82557c52ac51f7caca5f53bb5f57933 0.76 MB 1,098 2
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.