Memory Pool Memory Pool Refreshing

12,838 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,000 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (323,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,323 584,323 00000000000000000009351dad273d6dab2197b14a63c9f2df786790e5ac9ab5 1.09 MB 1,317 58
584,322 584,322 00000000000000000010a5358d3b948816a903a160041b6df89af1d30d77b416 1.09 MB 1,327 66
584,321 584,321 00000000000000000018cd4b2c98c929dd1f5b30d87038df4b8f074371c8fbd5 0.82 MB 1,215 17
584,320 584,320 00000000000000000005ef155a81af73397e3aad885966f30dd6fb62f5ffe220 1.20 MB 2,129 16
584,319 584,319 00000000000000000008f60454607aa2419d6672523f87371b122ec7d28d67f0 1.07 MB 1,434 4
584,318 584,318 00000000000000000022f98223194c6f6b448a6ae52070d8b25779979e17740e 1.25 MB 3,029 33
584,317 584,317 000000000000000000095f82dbc9a5fc1fb105ef97b760ff459f11d2dd665481 1.30 MB 2,532 45
584,316 584,316 000000000000000000209373606baf464c05b6af4804fe56ea628b9be0a55ecd 1.22 MB 2,732 42
584,315 584,315 00000000000000000021cd14a661af80a8e4d524b835ae7d9d6f53939cb3acce 1.25 MB 2,651 21
584,314 584,314 0000000000000000000bf19d8aa02c9bf61df6807b59d9fda260fbe0b926282f 1.22 MB 2,751 61
584,313 584,313 00000000000000000009b25e36d9448c40d849636e391a522ad0231e5570e50b 1.25 MB 3,141 65
584,312 584,312 00000000000000000002d13312fe8155daa3f6f6d5678a1696dd07e815d12cd4 1.12 MB 2,691 5
584,311 584,311 000000000000000000151bc5d292b4926cf6a8754734bd0e40b02d5095038d72 1.27 MB 2,937 37
584,310 584,310 00000000000000000008ce5c3bb151ca7cb2ede4fa08f42e75643a3572f9f890 1.25 MB 2,953 85
584,309 584,309 00000000000000000022c2315446c827c0445ed975ae2e4bc8e35a55d88ccfd7 0.22 MB 561 34
584,308 584,308 0000000000000000000ba369364a60a4d555915ba91445b68f4e4b208ac4c18c 0.86 MB 2,101 6
584,307 584,307 00000000000000000018b57d5d1c87ca80f38d1993961d737f0ad89262e0aa6b 1.23 MB 2,856 57
584,306 584,306 0000000000000000002042ba30fe6932bf3c025e5ed8cbe838be2eeac51f61b9 1.20 MB 2,647 14
584,305 584,305 0000000000000000000ec094d574b4f10da3be6b62cb331bbd2cc4f8e0723ff2 1.15 MB 2,917 19
584,304 584,304 00000000000000000014012ea0a9b5c59d55268d645e2a1d6bb3d12f92b7c668 1.21 MB 2,588 87
584,303 584,303 00000000000000000002f59bd4869d72e475e7d6500f7b90430490dbf2222a11 0.74 MB 1,885 39
Previous 10 blocks ↓
Total Size: 768.95 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,614.54 GB sent, 92.58 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.