Memory Pool Memory Pool Refreshing

8,613 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (194,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,964 712,964 00000000000000000005af8cddb0e21716a8f33f831ef3497a0a8777dbfeb270 1.37 MB 2,165 27
712,963 712,963 0000000000000000000175b46eab85d7e83248a80b1d6ca04e6215e97ef30858 1.48 MB 2,290 20
712,962 712,962 0000000000000000000c5516b16b39e617f8173de9f87058eebe220a291a538b 0.32 MB 465 4
712,961 712,961 0000000000000000000a6d3da3ecb8fee58db1a83945db7206564e5740574250 1.45 MB 2,505 12
712,960 712,960 00000000000000000008e61c4dc2bb33d31d857b8214fc0c417c1b9ce9259e32 0.74 MB 1,402 18
712,959 712,959 00000000000000000001e9a7aef9c3a878f10e2c08d74cb97989281059c2372d 1.01 MB 1,668 7
712,958 712,958 00000000000000000007bb4d176b009f8b663ec315ac03ee6f2f595084a37727 1.51 MB 3,400 2
712,957 712,957 0000000000000000000b59ff2a10fa7e1ade61aca120373b07ff55fab3c3f30c 1.44 MB 2,443 9
712,956 712,956 00000000000000000006b3284e5f879f0d8d46e5307fd59d557447a8ab74d676 1.51 MB 3,095 12
712,955 712,955 00000000000000000002abd138691af4a92cf00020e59e8bfd110d71e51902fa 1.47 MB 2,547 18
712,954 712,954 0000000000000000000365cd0f3df419a79ea5a17276dd4a79d41d98aa6caa38 1.65 MB 1,983 7
712,953 712,953 00000000000000000007a676450a9ddbadc875d2b3dd8a2f6fda03c56d7775a2 0.43 MB 601 10
712,952 712,952 0000000000000000000bc0ba886baa67efd8c8353ec0e05f6c5a19cdfc9ef4a8 1.16 MB 1,459 7
712,951 712,951 0000000000000000000826b7ab907fd5fdddbb9c00b63fd9347348babc2e8ec1 0.64 MB 975 9
712,950 712,950 00000000000000000002c9b6c0e96bcc6088e38c0035a75a3448b309adfd821f 0.08 MB 123 5
712,949 712,949 0000000000000000000974f7ef95a2648dae6deeab3767550ee2c9f7c57c6310 1.17 MB 1,511 5
712,948 712,948 00000000000000000005bfd3649743e8909a1efe9bd66157621dbef80c4b2a0f 0.33 MB 741 8
712,947 712,947 000000000000000000075bf201e5ce949944c34130859470a5c11e31d306fdf8 1.53 MB 2,935 10
712,946 712,946 0000000000000000000a27ae0b1cfaf960c0f376d2fec4d3ec4192146eb636a6 0.66 MB 1,351 4
712,945 712,945 0000000000000000000a11e5e374c42fff3ae8c7f62352450822a88adaf72d6e 1.51 MB 2,932 14
712,944 712,944 000000000000000000084fd25e5ba1dd6294bc66b126c0a011b36c5e4a6ad4a9 1.38 MB 2,367 8
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.