Memory Pool Memory Pool Refreshing

6,844 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,336 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (638,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,019 269,019 0000000000000005fd0cb532b5738026f9e640de55b72fb07df3ed90d5e18505 0.18 MB 413 52
269,018 269,018 000000000000000812d834ec0e649e2446d2d97b5036bff33ae1f8b8d2cf04a5 0.15 MB 316 50
269,017 269,017 00000000000000042dc91d5ddeec658cba7fcaf02a0d29c6b5132015198d3117 0.00 MB 1 0
269,016 269,016 0000000000000007bb2b2a2e7fd2f3569c9b5ad43203e503efa6507af763850e 0.19 MB 369 49
269,015 269,015 0000000000000004489c604f82a345feb73fa988ef5e8f2bcc2ca21d5303b616 0.21 MB 450 149
269,014 269,014 00000000000000051e0760f4c0d4db5c3a966eb6377e866a155d6376f96e862f 0.12 MB 291 50
269,013 269,013 000000000000000574a71921cdca630b88572daed90336baba88d34294b9e294 0.04 MB 103 51
269,012 269,012 00000000000000041dbcf06b17549fcfa22b6c28af81ea64f7bcdde05c308fae 0.04 MB 84 136
269,011 269,011 000000000000000419484433f241a3be0b9b66d4bc67486ea3cbd2ee8e66a609 0.01 MB 14 5
269,010 269,010 000000000000000261ce3178e2fbd0086db5a90fdf3a330c83df2f1a4c5273e6 0.14 MB 357 56
269,009 269,009 00000000000000049844b904e06f99bb60f80c4b52e0034fc4ca6630cc5df9a7 0.12 MB 19 13
269,008 269,008 0000000000000007292b8d40b867685aaeb3f2fb49465a8de4dd35a7d391c260 0.16 MB 407 74
269,007 269,007 0000000000000003b56a128025dc29b9165cdeea5aa06945dd2bab3a5c3dc14b 0.24 MB 612 68
269,006 269,006 0000000000000003556be093e2ed0b17419a2b25170d5987634276338fd05f46 0.14 MB 369 53
269,005 269,005 00000000000000012c4988d175d7920119038383a2f9526ca807e309ea95b946 0.13 MB 352 74
269,004 269,004 0000000000000004198153a44a628d23265b530fa79a455c7db2b97c8add17a8 0.06 MB 138 54
269,003 269,003 0000000000000004d844517c0ece1a1dd86399e1915bed6883e7491a98772770 0.03 MB 80 16
269,002 269,002 000000000000000179da86f1eadd7b1df62ea4efdaa681ddfc8a5367b7434aaa 0.28 MB 641 81
269,001 269,001 0000000000000001d5dc70b06246b264c9f4e20fdbc84f3f97dd0d53b90c3721 0.11 MB 257 94
269,000 269,000 0000000000000000a49290932a6374d53ad4e41be89a6a9c5dc2ec291f6bacac 0.20 MB 349 64
268,999 268,999 000000000000000787855b9fe4027cc83118b959749f1bb318b51a6cf4646da1 0.04 MB 92 58
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.94 GB sent, 93.05 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.