Memory Pool Memory Pool Refreshing

7,916 transactions
3.93 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,870 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (12,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,031 895,031 00000000000000000000a896652dfeb3c5fc5c741ce5501a99833bf736414193 1.77 MB 2,240 1
895,030 895,030 00000000000000000001be1617141d02c0d47eabd75e483999179f832b8a0f7c 1.85 MB 3,854 1
895,029 895,029 000000000000000000012da42ebbc0e6ce76c5cf194e93829caa04fa9666f8f7 1.45 MB 2,857 2
895,028 895,028 0000000000000000000168896cd7c8bd68bbfcc88ace2f2d8953882289aa36da 1.64 MB 4,374 5
895,027 895,027 000000000000000000015660247c225db62c1df94179395e758551158e2825f9 1.54 MB 3,268 2
895,026 895,026 0000000000000000000039f450ea391ba9f0583513309e1612e12adb4d0dff70 0.43 MB 781 1
895,025 895,025 00000000000000000000e9b48ca498a3a5d4c563b5d4be3709f922d3a9400b59 0.40 MB 477 1
895,024 895,024 00000000000000000001d632f08a4366c8d30b1151de470d20d1d84580e90604 0.29 MB 721 2
895,023 895,023 000000000000000000010352727f420b37c594dd8ddaf9a8ede672b25ee3047a 1.62 MB 2,275 1
895,022 895,022 000000000000000000016e91fb9e88c6ef5af16820805ba90cf7f017dfcf0be4 1.06 MB 1,357 1
895,021 895,021 0000000000000000000182dc12b529b6a34e5da6e9630ebde55d005d66b6e116 1.60 MB 3,138 2
895,020 895,020 00000000000000000001ad78c8d6a18224d415aaa7f7ca498d26055a27225a7c 0.75 MB 769 1
895,019 895,019 000000000000000000006acc9db3ab8ee67cd2efb1daa8d0710cc1d231f6e582 1.60 MB 2,685 1
895,018 895,018 00000000000000000000e8efc64bd3d20a576e430e7ca069672afee7df359a21 1.90 MB 3,083 1
895,017 895,017 000000000000000000010456d21954fdc0bc85b31bf566c711d4704b42bedf95 1.69 MB 3,829 1
895,016 895,016 000000000000000000020d70f3311c04498a10c0e5bee6803cdd31d07f18e43c 1.52 MB 3,144 2
895,015 895,015 0000000000000000000128b3b541c843209bb17d34e72a0ccc3aad3e4eeb4a06 1.56 MB 2,062 2
895,014 895,014 000000000000000000015a2b541babb531708c65de14bfc4c5cc34c650178fa1 3.87 MB 289 1
895,013 895,013 00000000000000000001041c57a30fa9b5bf3cacb2e310fabffbf651c042f61b 3.33 MB 711 1
895,012 895,012 0000000000000000000228928a106bb2203f9132ca0119f7707b6d0c1bcfad15 1.75 MB 1,983 3
895,011 895,011 0000000000000000000075e1aa05eefeec7913a3b9d09749d227efc3b5917cf4 2.19 MB 1,854 2
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.39 GB sent, 93.03 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.