Memory Pool Memory Pool Refreshing

19,681 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,617 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (783,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,157 124,157 0000000000004bf3903ae86f6f1e9a5962c465d295c6eb68177115d8ea83f0f9 0.01 MB 26 741
124,156 124,156 000000000000654f6c6362512fdf2d9e1d0a92d6f310ad8b9cdc93caa64ff6bf 0.01 MB 48 2,442
124,155 124,155 000000000000540b16f0cb65a1b8980408ba9ddb9154129fcb8e09bd1e23a6e2 0.01 MB 5 301
124,154 124,154 0000000000004c6b2ace9870c4412b6449787e67a853b58bc5c4615ae5031bf4 0.03 MB 19 848
124,153 124,153 00000000000016ca25fb88daed6ba2922f0da9969cf30d8e1efc70993287cb18 0.00 MB 15 2,052
124,152 124,152 00000000000069e78f56c70d81756e31bf379142457c423859c47b169f60501b 0.00 MB 11 348
124,151 124,151 0000000000004da21f13e9c9ed74bff65afe45ac98ba92fb654dde665b36d20b 0.01 MB 54 2,887
124,150 124,150 00000000000036f60a900753256452611b72c7aba1433ec78b6465b8a9cc1e7f 0.00 MB 2 0
124,149 124,149 0000000000000277dfd2edaf1755ba72f2d4169f98b2213ac5c2dbce97b45419 0.00 MB 10 493
124,148 124,148 0000000000000a8a7ecbdfb8f9c17c26579b063b813dedc57d1345d268b7f9cc 0.00 MB 12 335
124,147 124,147 00000000000064bde88f9fe2224515da2a3392ceda34861aed00d31515576fbb 0.00 MB 12 258
124,146 124,146 000000000000430d667b4d733dbf0f5f574cc890e7873dce616f8b15b597204f 0.00 MB 13 804
124,145 124,145 000000000000543270671e9e8a3cf3bff527dfc913705574808b56024c09fe28 0.00 MB 5 0
124,144 124,144 0000000000001b851c18159d10c770185817ae0a922318c44f8bf9e869d01915 0.00 MB 8 338
124,143 124,143 0000000000002c93e2ebd11b2abf94f334981466356c11a86bbeeeddf8658957 0.01 MB 24 250
124,142 124,142 00000000000027aaa6a6966caa2aa55253be5b397f29607f543801efc645fa3e 0.00 MB 11 1,782
124,141 124,141 0000000000001bdca14e229bec2a73e225468029ab72befd70ace608b850c77c 0.00 MB 8 965
124,140 124,140 00000000000054f3e2ee33df8be4da5b7d11a0ae07d5f0299ed4a0ad91c876aa 0.00 MB 7 0
124,139 124,139 0000000000005e41432f4cb9b1e99ef94b77627489a401338911f4d06d10abea 0.00 MB 6 347
124,138 124,138 000000000000512b59e046c09dd3dd03b205b4b52844407b5227e750320e77f5 0.00 MB 7 715
124,137 124,137 0000000000000c00abc58899f704cbef4102ecdddb2f87bfbc9f6849a5bbb8a5 0.01 MB 46 491
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.00 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.