Memory Pool Memory Pool Refreshing

19,067 transactions
6.08 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,154 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (706,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,566 201,566 00000000000004699d2009114423917055ae48a2a528aabb909882d4ab73224d 0.18 MB 438 540
201,565 201,565 00000000000003b6a7c7801c61cae6cdb1ab8274ceaeb8b069765c2fdf4a4364 0.05 MB 120 114
201,564 201,564 000000000000029dad31fda3f3579f4d5ffbec857a4da587fadf328a8dfa3fff 0.05 MB 99 95
201,563 201,563 000000000000008793d58864e25429a6e922fc0cd15f96e06b10a0c7bd38d287 0.17 MB 111 65
201,562 201,562 00000000000000166f73d9e9e79bf1b6db792c20f91b332287e29d9bc4cf7723 0.25 MB 534 131
201,561 201,561 0000000000000432a068bebc23b375599c315a730f0d49009c03bb8e365af13c 0.25 MB 769 334
201,560 201,560 00000000000001ed558b68ca68d1058d53172a866f38e51bd5f16065276d764c 0.05 MB 169 541
201,559 201,559 00000000000001883026a23722cad2da2e2ac330abfdd0ccb94789eba16da377 0.14 MB 253 290
201,558 201,558 000000000000029bfbc3a29e6e81dfcbdce03675bf02b98d41de80a20eb8bf59 0.15 MB 236 88
201,557 201,557 000000000000020330cb40a83c9e6e451e014e10785d31ad9207de234e9d8d5e 0.12 MB 200 131
201,556 201,556 0000000000000135f985cccb9e7d87af327c85fa75c46d7532ae406a711c21ec 0.07 MB 118 521
201,555 201,555 00000000000005c640c99395ac76c5d728c495e3f94720dd4e7695a8b7406d22 0.05 MB 148 19
201,554 201,554 0000000000000045864e84540cfd1ff35f40b90ba966bc35952d66d03be3939b 0.35 MB 742 538
201,553 201,553 000000000000004d62f6f842f80d611c79561fc1ac4d2238a7c001ea543db2f2 0.09 MB 161 378
201,552 201,552 0000000000000140dc69863ca331d315c8d9de48f59b869f339c85d6a38ad4c6 0.05 MB 153 0
201,551 201,551 00000000000001d3c9c01b1cf348be96bc476501d0df62eeb7208f5e928966c7 0.00 MB 1 0
201,550 201,550 0000000000000540320cd3f168bd5fe6335c00b15ff6527244b67f548eff361b 0.23 MB 386 694
201,549 201,549 000000000000030b1447b8c40105fef851c287fc42362dff53fc5cbc9b6b0df4 0.14 MB 224 106
201,548 201,548 000000000000047259ee18d08712181c03d84a498f1a80d75d796ce9718b3bdb 0.13 MB 322 277
201,547 201,547 000000000000002cb5011dc5a9129559e2d92c8f5cedb2846ae1588d5e56ee46 0.14 MB 236 321
201,546 201,546 00000000000005a4dbe22d890d98b20687203e1175a50027c90ccef0029c2a71 0.07 MB 164 94
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.43 GB sent, 92.99 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.