Memory Pool Memory Pool Refreshing

3,803 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (226,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
681,493 681,493 000000000000000000001e97d033b044916ef8b0e90371788c8de02da4b172f2 1.77 MB 148 8
681,492 681,492 00000000000000000007a5209f791bb52c1bb53cb22c922233edb357cb3e1845 1.69 MB 765 16
681,491 681,491 0000000000000000000c8bbec4058b2f4578a8e07fba5bfae69bbd245ac33d93 1.12 MB 819 115
681,490 681,490 0000000000000000000b57f088757b1d2f25b07b2ca9fd203224e6f36f05c04f 1.41 MB 1,559 25
681,489 681,489 0000000000000000000ccfd83b1ecbb7cb58b0f273648b03d1a7b4c233de755f 1.29 MB 1,264 27
681,488 681,488 000000000000000000038165758c4c4578d7c55596dec2ff9c04850851fa9867 1.17 MB 664 26
681,487 681,487 00000000000000000000e66a8ff46c795d525a1bba338e348697949cbf81e403 1.08 MB 449 14
681,486 681,486 0000000000000000000ac0194376b6ca5b823535ab3b884eedd4e280ff87f13a 1.35 MB 1,801 47
681,485 681,485 000000000000000000014a2973e850b1cd886b1f1fea4e23d594bf126880edc4 1.28 MB 1,377 33
681,484 681,484 0000000000000000000959bf1fca546a36eee7186df45e86e1e99b3b2e800f26 1.31 MB 1,689 50
681,483 681,483 000000000000000000034603eefa8984abd3ab81888067a7de329aacbea02de8 1.21 MB 1,184 40
681,482 681,482 00000000000000000002377d7513af8b94d0e79c2b2b2791eaeab23fd1f06108 1.38 MB 1,877 61
681,481 681,481 00000000000000000005538a2be0aca403932674fdccb8606a86aa0e801c6613 1.30 MB 1,607 39
681,480 681,480 0000000000000000000baacc91b4e00b92fdedcecd36c6d68b513bc180510592 1.35 MB 2,037 16
681,479 681,479 0000000000000000000a1b2a7d754218e91ad59bc84c38fbc769ceb7bd0c9147 1.25 MB 1,787 90
681,478 681,478 00000000000000000002e8cbd5a549d0d7d670727981dd29b2c1bb2aa8d40717 1.14 MB 591 134
681,477 681,477 000000000000000000015b84cf2ebba1710363f6625dc95e246fc8a9c353f7f8 1.20 MB 1,014 36
681,476 681,476 00000000000000000000da200976f9fb79877673ad84f6775c0ef6007c7b70d1 1.26 MB 702 27
681,475 681,475 00000000000000000001b6406070783a82c0585d69bbc16868f81ab95367e3c8 1.25 MB 1,049 37
681,474 681,474 00000000000000000003802ce04900709982082a681d9700e924c1d586312797 1.19 MB 878 25
681,473 681,473 0000000000000000000857c2be457c9e4ae71fce36a5f5b452efbecd4ef60627 1.08 MB 530 20
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.