Memory Pool Memory Pool Refreshing

3,974 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,002 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (629,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
278,420 278,420 00000000000000003377b7d4ccf28a4cfc56f0f38434ee123229d9cc8228118b 0.01 MB 39 47
278,419 278,419 00000000000000016ded765d51a088e37938e39cb01af35eec5be71c58eba0ac 0.08 MB 140 7
278,418 278,418 00000000000000021f4a8a38245e544168b9e3e9313209e6195e8eb1acd90f47 0.15 MB 193 35
278,417 278,417 000000000000000295c8b3ff959cf979c787ecb395f56b7fa34addc500b48c59 0.23 MB 204 18
278,416 278,416 000000000000000293dfad2d87a49be00a251003292a8441b64e362eacd34e3b 0.25 MB 682 58
278,415 278,415 0000000000000000d90d22d4893b9b88f9e42f1ed18e76bcfc8e5a63209735bb 0.19 MB 191 21
278,414 278,414 0000000000000000288d559f500b1e206c9b143079462b1bfd3fdd748c87be74 0.25 MB 604 58
278,413 278,413 0000000000000001ab14ee64c3222f7e57ae38f154ec0cab7f22a8124d0fbc8c 0.31 MB 675 59
278,412 278,412 0000000000000001619e55162a8ce2b8c9a8b61215817f34a60544e4e68bb1e4 0.09 MB 191 35
278,411 278,411 0000000000000002f971d4c9605dbdf2f932c546954ec58ded3f2ae1aa34d315 0.11 MB 159 36
278,410 278,410 00000000000000020b9d1b6c001a669ab9582c41a15bffb156992af9eedcaed2 0.16 MB 279 48
278,409 278,409 00000000000000011c02f3e5617d51c5ef5694a5ca446cf150983c750bd85eb3 0.15 MB 298 63
278,408 278,408 0000000000000000545327c496388613892ee772e66fc5bb64afdd43ed2855db 0.14 MB 267 42
278,407 278,407 0000000000000001faf873b2504dc33f2b58e6c083c2e29ad161e3c5dfed1bda 0.26 MB 170 14
278,406 278,406 00000000000000003203414888869fdec91cdd21741cd37a1547aa6f1af0d580 0.25 MB 568 29
278,405 278,405 0000000000000000e337424b4f443a6ea50824bb632bcf3471aa8587f0b21d3a 0.25 MB 820 87
278,404 278,404 0000000000000000bf37ed1360dc3b263b7ce5b18d79c6dcecc60e12b8375cda 0.25 MB 790 56
278,403 278,403 0000000000000002a20daa2f6110d9c17c33f2dde2f27efc8401506fdbb91770 0.11 MB 252 36
278,402 278,402 00000000000000025b4e392fce7448c365721d909d85ab7b4b9bf4c8334a10b4 0.14 MB 229 27
278,401 278,401 0000000000000001c8b4348ba0acb63167aa89001e12caa0122bf0b302b68459 0.03 MB 81 118
278,400 278,400 000000000000000164c524d0ad61283ac10608fe634cdb959496ba1470d6c144 0.12 MB 143 28
Previous 10 blocks ↓
Total Size: 769.42 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,645.21 GB sent, 95.04 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.