Memory Pool Memory Pool Refreshing

2,667 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 1.00 vMB 2,183 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (604,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,967 302,967 0000000000000000496daa8f4083dd0284db991e7ccd4f561ce0b25b327e5e78 0.02 MB 40 31
302,966 302,966 000000000000000051b723d15eced423db50b98440ba010fb56c9ca3ace44175 0.19 MB 308 30
302,965 302,965 000000000000000009bec01f5117406d77d83589d76deea81b5675d41fe3035b 0.13 MB 388 33
302,964 302,964 00000000000000004bfab9876784559fc3d2f7180c86310d3287e394c754beec 0.47 MB 947 32
302,963 302,963 00000000000000002bbbd880bb4adfe2d310255def2bc3a723a4e2ba99b23cf2 0.17 MB 310 27
302,962 302,962 000000000000000014b355d56f4996d0eb54ab44a9f22cd832b7a20e41f4ec80 0.26 MB 432 30
302,961 302,961 00000000000000003aa9823105e09ecfa3b28d799f6ed268e4d876bb8c7a4383 0.24 MB 453 27
302,960 302,960 00000000000000000ffe6fb69b4d944ccea5bfb48ff9cdbfb2438bcf5ece05b7 0.01 MB 29 30
302,959 302,959 00000000000000001ed46a98015411dd60dcabdcbc7d81d0c01ef448a65a8691 0.13 MB 185 26
302,958 302,958 000000000000000047dda565925147e22becffda236027726a424b232484262d 0.02 MB 31 24
302,957 302,957 00000000000000003208b7502309dc6e5846a0c749fd8789d807709e5f5deb34 0.35 MB 278 14
302,956 302,956 0000000000000000398fee018212416a6ee708d40115176a0b1b5dc9d7e0c76e 0.35 MB 849 35
302,955 302,955 000000000000000050bfe2e92755ebc09c8c634fa602e71b940b67f3b4946039 0.04 MB 77 23
302,954 302,954 000000000000000032fda414b0dd79d8d09888f285c6c0c7f57f3691753c1352 0.25 MB 235 17
302,953 302,953 000000000000000019917598d80b51f8532684a2b135d1948f4b718ea3890fa1 0.35 MB 1,099 42
302,952 302,952 000000000000000011bc9b376fd64e7382a01e879959cb458128f608f7058da6 0.01 MB 33 52
302,951 302,951 000000000000000040a7a375c8210f89f1d4657c3522578b508e1f52fb754df4 0.03 MB 65 34
302,950 302,950 000000000000000002a492ac73945766d8d22a3a5e0c285ec2a2270c707b98a7 0.06 MB 150 28
302,949 302,949 00000000000000005e1ac1d972dee99b7e4fcbd15d6cf2d8afa42e35cc954a8e 0.83 MB 1,587 31
302,948 302,948 0000000000000000629cafc6a45f50d3006300caadf629d26a53f870f9400a52 0.06 MB 91 16
302,947 302,947 00000000000000003d31a3727decf5e552c8d32393fa720162463d48ffdea77b 0.10 MB 129 31
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.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.