Memory Pool Memory Pool Refreshing

5,509 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,700 (559,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,019 348,019 000000000000000013143397a286a68ade0c830ad22088dd0f779a011685a6dc 0.29 MB 624 27
348,018 348,018 0000000000000000156f2d11425d038e0a5b8e77f124a3346dbcd5a2ff04f34e 0.20 MB 419 25
348,017 348,017 00000000000000000a3f26377969748253d74ff2825be0081d6aee83e42be5af 0.40 MB 703 20
348,016 348,016 000000000000000014f169c5c7920c834379bc584230bd6ab02bc4662899d3f4 0.68 MB 1,186 24
348,015 348,015 000000000000000003df85fdeb89428952b583796b9f1ece4853ea525bae468d 0.75 MB 1,779 37
348,014 348,014 000000000000000010e2b835283468a7d4f8a5a80aed2a78de45e262769a20b2 0.08 MB 112 13
348,013 348,013 00000000000000000683c7216aeb7bff653cafecb3fec90f2be6b400953f1975 0.43 MB 879 25
348,012 348,012 000000000000000002512edb9b680a7d9b836115e749a43171b92bbaae863005 0.53 MB 1,174 32
348,011 348,011 000000000000000006a799a85e21118c495f7cb10b14da2a411cb334584b2e6e 0.64 MB 1,234 27
348,010 348,010 00000000000000000c325959587a0770c9572e0becd019826c05068ef0646c7a 0.00 MB 1 0
348,009 348,009 00000000000000000d92dd404e05b98c9a1a4590b70b6860a57cd9c77f987919 0.18 MB 266 18
348,008 348,008 0000000000000000012b7b5e99f30f4a1a245f2b779de0bd80f2988d9ed620e7 0.10 MB 79 4
348,007 348,007 000000000000000007a631dc869391e0842b8960debdc21e7ae2f78e48fba0a4 0.17 MB 243 20
348,006 348,006 00000000000000000a7a335a1f292c1272baf829f75f6e55cd172ffbf17f0664 0.28 MB 578 25
348,005 348,005 00000000000000001241d376f01a99117cc8396e76e353f1c7f6c8ec6e6315e0 0.26 MB 491 24
348,004 348,004 000000000000000001a92487d86383f6c219371e50851e314b08bb3ddc4975dd 0.34 MB 623 23
348,003 348,003 00000000000000000f358d8e729c280c3ddc3bb6e0ab1b4c1a63529ab83afc9b 0.16 MB 247 18
348,002 348,002 00000000000000000ca85cd91e0ebcd573ad9053abb0d83825b1ba0327808ae7 0.60 MB 1,247 27
348,001 348,001 00000000000000001462b7aeedcf2b5aac482d416c707d651d5465ac090002c0 0.61 MB 1,070 25
348,000 348,000 00000000000000001598a651988bb3a45237c4f801cf8049be20f74aed8e827a 0.23 MB 443 27
347,999 347,999 00000000000000001521cc7fd64109a64e6913cb7bee93bab30d419d6ce5f90c 0.51 MB 836 23
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.