Memory Pool Memory Pool Refreshing

869 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 2/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 0.60 vMB 857 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (730,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,514 177,514 000000000000020ec08797924efaca537757ba9df60c0d9a5c21ba5ff3405954 0.04 MB 133 76
177,513 177,513 000000000000050a0ebb76a543a15550dc506159ac28ef33764983446ce6d523 0.01 MB 18 147
177,512 177,512 00000000000002fea9967ca32a8305acf8ca710b9dfc9c19244fc258fd949623 0.01 MB 32 135
177,511 177,511 00000000000008af96b94e1648430a8ab42c85fba5c47c07ee86ee42ca0c363c 0.02 MB 65 16
177,510 177,510 00000000000002a0ea071a87554a1f6d617c3eaa632c5d1769ea050d836500f4 0.03 MB 60 369
177,509 177,509 0000000000000482b602ea285bec54b169ee58dd2b3b3c52cd12c974992165a2 0.05 MB 95 113
177,508 177,508 000000000000073b86f821acad947531016f327f32f631016facb21ae4e3d77a 0.00 MB 11 58
177,507 177,507 00000000000005e604dae1517d5bf373bbf47780b0bf7105a644592506d12f00 0.03 MB 61 86
177,506 177,506 00000000000007e5528f948bde69f02b4eabb9ad4dfb4b3e58e94526e77def9b 0.01 MB 9 37
177,505 177,505 00000000000004f0da2126a89eca2a63d0eb44b70fe616e71f3ea6193224deab 0.01 MB 10 34
177,504 177,504 00000000000000d79a1dddfc0c19ab6f41a9738b75bc2fc6c50c957430fb343d 0.01 MB 17 73
177,503 177,503 000000000000043b8c9b31da887eb1c1c17f7d52b3074422db06b6ff27f180f1 0.02 MB 31 127
177,502 177,502 00000000000007c1e245bf20c123a3a9f07bbadbd2b4b297ac0aff939588b3f1 0.01 MB 19 154
177,501 177,501 00000000000004c64a1e2b25e6b527b91efb384c10f5c9897be600a53926397e 0.01 MB 17 75
177,500 177,500 0000000000000464994383d2d46b0f3ce591feb8f53140d0e856e3911ac3e42d 0.02 MB 39 93
177,499 177,499 0000000000000531a1b2f18a561b67f063ab477b8b1cc289b845600e9b9db9a5 0.03 MB 71 39
177,498 177,498 000000000000075c26085394c04ae9b3f0553c094f4a2b6b31aa772d69fa42db 0.04 MB 108 131
177,497 177,497 000000000000075dc3e0f02905353027987b0dab443e5981ea090ab1661702e7 0.01 MB 17 51
177,496 177,496 0000000000000992b67c037617d729b94b93aa4a89a11615dc8ba9ad818e0f12 0.02 MB 80 26
177,495 177,495 00000000000003fc844fb38e6d05bb99e866fb0cbb2b87d8ca2dd7674eb7fb8c 0.00 MB 13 63
177,494 177,494 00000000000003de3fac23d35b342f3402a9454287e6351d8978b6ce50b22d8f 0.03 MB 81 131
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.58 GB sent, 94.41 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.