Memory Pool Memory Pool Refreshing

1,086 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,071 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (194,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
712,970 712,970 0000000000000000000aa888c45d3b461777249884f041ac3bb8b7a892aa9fc4 1.43 MB 2,441 17
712,969 712,969 00000000000000000007583e97fdb7fb762b097c2c8f10111cee40447e2a5d53 1.61 MB 3,376 6
712,968 712,968 00000000000000000008eacb1973b5bf1f58d1ca86e29bb2c9eadd9b0cfc9309 1.56 MB 2,271 19
712,967 712,967 0000000000000000000c6759d72eb7a544c7d0878cf1f1e496cc1ec1725fe08c 1.70 MB 2,303 13
712,966 712,966 00000000000000000004e037f977a1dc660a2514632201f566276ad2ff281ca1 1.55 MB 2,578 17
712,965 712,965 000000000000000000076b7ffd29596a73991ceeeb3fe19dfcf20d727f064e2f 1.47 MB 2,903 9
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
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.