Memory Pool Memory Pool Refreshing

1,025 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,911 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,025 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,910 (731,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,979 175,979 00000000000005639cecae13cfa9ae9609dbbb9628a022bb43eb02c616f30c0d 0.04 MB 36 63
175,978 175,978 0000000000000865066353b4b178871ec490aa0d58a66dc4b5a6bc12c444df9d 0.02 MB 85 98
175,977 175,977 000000000000049dd583ca7d38b4b3513e1329891e19d8048634da767c86c6fe 0.05 MB 143 93
175,976 175,976 00000000000001c71b85c0a0e697c7e73bd6b1218437a741588e450a65b876f8 0.05 MB 113 45
175,975 175,975 0000000000000701631b259f978ea18f7ca9f205466fdb6d36b877a3cfcf7531 0.06 MB 95 127
175,974 175,974 00000000000005b233bb09a8521bda173cf4db470a65863dde9783427f27f115 0.03 MB 110 11
175,973 175,973 0000000000000706a57b9a9a2e87f14a612c4a17d94c185c7da70ba7a42e4c73 0.04 MB 76 44
175,972 175,972 000000000000009b362e6a7f85ea3ccdd4aa9480d6e806c51699a05cffbec9bb 0.04 MB 71 44
175,971 175,971 00000000000004e1b1524cc3252343465a4aea8c9787adb3036e4c0dce8b5420 0.06 MB 53 2,138
175,970 175,970 00000000000004d31d095e63d0462dbffd1a9df1cd44ceda0e37db4dd2d99f18 0.06 MB 101 536
175,969 175,969 00000000000001929a4856e97fe1a6c269c555fa82358657f65f290dd6eadd12 0.00 MB 8 41
175,968 175,968 00000000000003f3f84b27e0e774872b9f86297d32d38c036f1bac0138356048 0.02 MB 29 41
175,967 175,967 000000000000028e56dc62592d9095494d2e9ffe3c1bcd3878a554071a2086cd 0.00 MB 7 18
175,966 175,966 0000000000000a11f1074c7addd9a5aee93cc3df8fa22925040478224585cca2 0.03 MB 89 437
175,965 175,965 00000000000008027c7710550a1389cd3e9ef7bc44fa85462bcb08e92296374a 0.00 MB 16 111
175,964 175,964 00000000000000bc61cf58c703233b49df4b580bfd82e537949c779d4687c69c 0.03 MB 61 245
175,963 175,963 00000000000000e7fc3b46612fdec2de879836bca531d80cff2afe85e94c2bb3 0.02 MB 15 68
175,962 175,962 000000000000065b6445145c641df80fb2e11f0aee012d8172a4c0b4aa2a9381 0.03 MB 85 26
175,961 175,961 000000000000005e13aaeeedf4615ea6e9f70228913b4fc2b60f2a9eafcfb6b8 0.01 MB 23 70
175,960 175,960 000000000000001558e3fc6f0c4e4307e8404dc5576e5929301ab1e8dd380010 0.02 MB 54 163
175,959 175,959 0000000000000a70a3ff66e5b95c3c9343db2643e4f70b0d7f16cc6810dc358f 0.04 MB 60 88
Previous 10 blocks ↓
Total Size: 769.37 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.95 GB sent, 94.81 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.