Memory Pool Memory Pool Refreshing

1,735 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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,884 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,701 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,883 (790,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,887 116,887 000000000000e271d3d01e5e2792adce584e6e2c68b9007129ad0b7cc483d3ba 0.00 MB 6 0
116,886 116,886 00000000000041bc86569ccc7580265c17c9634a2bae3a8e696b6d2b8c78bfb3 0.00 MB 7 519
116,885 116,885 000000000000191033885fd1fc91552894df00c4ef8d4ebaea10465abe02c569 0.00 MB 10 1,059
116,884 116,884 000000000000e364e53afa584ea2ec0c55b4d80bd6e3ea1b73c7c8bc7a16be09 0.00 MB 11 981
116,883 116,883 00000000000064e22b0dc84065f1b43c8bc570b649aff9ad4acb2e19cb899089 0.01 MB 9 2,351
116,882 116,882 000000000000e4a5c00eca4a8f015bc16cd3f32d9a2bdbeee7bd06f3c4e101a5 0.00 MB 11 939
116,881 116,881 000000000000e8e102de8b084e97d5b6937ac298ef3c8e8e99c7c3e63abcbef9 0.00 MB 12 438
116,880 116,880 0000000000006993639426da45f646335bea4cfd836ad2295dca39f655ee5905 0.00 MB 2 5,208
116,879 116,879 0000000000002dfaed16110ed9dcebe48d68422930b2692adacd08bf8cea82e1 0.00 MB 2 0
116,878 116,878 00000000000080d8298d7b748a6f90faf358b16db9498aec513ba70c4c7fedd8 0.01 MB 11 72
116,877 116,877 0000000000005e394f585d9747248f8e2c87eaeb4c2e775f6309d4b6f31b6443 0.00 MB 3 1,937
116,876 116,876 00000000000049d6654a5d77deb2bb8f89a242f3a1147ac1082b095bde5b8e4c 0.00 MB 8 530
116,875 116,875 00000000000082755a5924c32ebff459e266332ed5307b5f705613f044d60f86 0.00 MB 13 327
116,874 116,874 000000000000b7810675f7bc7797b67264011636ebe17aa58fd6df1a820993e3 0.01 MB 20 701
116,873 116,873 000000000000b8c5af8a55732014fb924ee7ab98446402111c56ab3310edc409 0.00 MB 1 0
116,872 116,872 0000000000008e7e44ecca4f907b296979a563d23365be49979541d614fcbb80 0.00 MB 1 0
116,871 116,871 0000000000004c3dd263bd28388f59294eeb037e3e1b15ba0f05119cc892486d 0.00 MB 9 0
116,870 116,870 000000000000dd2f36b7df7ccb4dfee1471167acbfaf0592832dfa60eba88834 0.01 MB 19 799
116,869 116,869 000000000000123b3c699da9f97365674cd897b544ee8fb40599e58dd4a68cf1 0.00 MB 2 3,861
116,868 116,868 00000000000054643c31745bae2d8a3bdbc1c29ad9a65680fb3d8314ff9843b0 0.00 MB 7 691
116,867 116,867 000000000000bd59deeb793cfc0fe7e7be10cd68629570300dbc62f0cd6803e4 0.00 MB 6 843
Previous 10 blocks ↓
Total Size: 769.32 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,643.11 GB sent, 94.57 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.