Memory Pool Memory Pool Refreshing

247 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
891,080 0000000000000000000251050000000000000000000000000000000000000000 0.05 vMB 245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,079 (521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,558 890,558 00000000000000000001c3b350100cddc361d31c3a38ffe971afa776be244c8b 1.67 MB 791 1
890,557 890,557 00000000000000000001e5407b893e2e7de10cb172b15c1a2a62663170fcbce6 1.62 MB 3,265 4
890,556 890,556 00000000000000000000752cceee721d825d9219d0e40d11a7abaed86dcd28fe 1.57 MB 3,577 4
890,555 890,555 0000000000000000000210ddc92b835bfeacca0ae796d91ce562b408c2a77f0c 0.95 MB 1,583 2
890,554 890,554 000000000000000000011a40b0f2eafb437d206ece0e5b99b08253abfd7a5588 1.28 MB 2,066 2
890,553 890,553 00000000000000000000db058ccea9bf85c3c9f25448f122d1f8029ae07409d9 0.10 MB 298 2
890,552 890,552 00000000000000000001d05e729bddb6bdc39dfe4fa6ec7390efc440e5af2295 0.56 MB 1,148 2
890,551 890,551 0000000000000000000277bbadaa8005c7ae5913131a7738dfa1c68a77c2e73f 1.16 MB 2,964 2
890,550 890,550 0000000000000000000135384a75a62c81128b972ed7f36e0f1ca107feb17018 1.50 MB 2,698 1
890,549 890,549 000000000000000000004741f1264b68cf8d96f7ff29ef0c640874a4c02f4cda 1.50 MB 2,972 4
890,548 890,548 000000000000000000026f8b10b93642cd34eb3160af8e9bbf05437cf89dbda1 1.68 MB 3,159 3
890,547 890,547 00000000000000000001159d73c2b2e2bdf12f9946ae01c03d067c26dd3d992e 1.70 MB 1,511 2
890,546 890,546 0000000000000000000065c8226c25fe6808443360b07e175c5fa4cd804eb014 1.44 MB 2,664 1
890,545 890,545 000000000000000000025e04f43a9288ae76725d427425ae6b53c0423cb76400 1.64 MB 3,722 4
890,544 890,544 0000000000000000000033fa79712b50bf60ae99e9b1814b70d08b4bd05c89ef 1.80 MB 2,230 2
890,543 890,543 00000000000000000001d5c227c5baef212eb6c190ef0515e322ce1c7a152f39 2.06 MB 312 1
890,542 890,542 000000000000000000000526d95bf91555b27fdbeb48d097bb07a4d892266b74 1.55 MB 2,634 3
890,541 890,541 000000000000000000023eed96d3ad2e894b2bf6428a98d98c0b6f68a27cef77 1.80 MB 1,259 1
890,540 890,540 00000000000000000001f65fc4434b8a6c23a905135e36a62a8520df73903e90 1.24 MB 1,961 1
890,539 890,539 000000000000000000021ff78566dd327326d8e66cd533426a1f4f116d0e534f 1.38 MB 2,245 2
890,538 890,538 00000000000000000000c4586758063d2d029bb1def71ba97c44a6ea36c12560 1.65 MB 3,152 3
Previous 10 blocks ↓
Total Size: 739.80 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: 3,518.97 GB sent, 160.08 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.