Memory Pool Memory Pool Refreshing

3,078 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,507 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (292,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,852 615,852 0000000000000000000f745a52ca8731cc4feed83f0aab29bc4b908488fd479d 1.41 MB 3,275 22
615,851 615,851 0000000000000000000922dbcc3cf7ad7f43d34cd2f36afe018208ff099e6a3f 1.30 MB 1,925 14
615,850 615,850 000000000000000000082592a4e47c08c5f33af242243442415b4a9577832ef4 1.26 MB 3,306 11
615,849 615,849 00000000000000000004bd226c614c5f0b5e2a73a628f1e6c9299e24d474e3b8 1.34 MB 3,060 23
615,848 615,848 0000000000000000000a8e070e486dca8098b1f33445f6d27ad6500e95c0699b 1.46 MB 3,470 16
615,847 615,847 000000000000000000106afe5a214c0e75655b56c0f2ece3c8799236ee6f24a9 1.28 MB 2,985 28
615,846 615,846 00000000000000000010be6c90baea43701455864edde504924b9e6f9a5cb621 1.71 MB 843 4
615,845 615,845 00000000000000000001f579ebb2d2bf786d8df14c1f38130a74ce13b74214e3 1.64 MB 1,377 7
615,844 615,844 00000000000000000008dff7b0e0ebfb56d7e4bc69a869dc0057d761021e3a3b 1.34 MB 2,056 9
615,843 615,843 00000000000000000006cac1232aca01763673dc681eef4202522e4377288e63 1.28 MB 2,705 19
615,842 615,842 0000000000000000000dc8e80bc23c556b59d5262faa28906ea999b3a2cd48db 1.57 MB 1,843 9
615,841 615,841 000000000000000000007f4b3da81fdb5c0c5c887fe35f26df2c2e4c0debf16b 1.56 MB 1,789 9
615,840 615,840 0000000000000000000e616834087673d92543717cd153da9ab917901170659b 1.45 MB 2,192 10
615,839 615,839 0000000000000000000aabc2fa7b4f60ea2d1a24e093cdac0f4b66fafac3fe77 1.27 MB 2,243 6
615,838 615,838 00000000000000000008fca29310c2467a06f93af412a8e6d714d673cecd07dd 1.32 MB 3,264 17
615,837 615,837 000000000000000000005cac256372e9aff2ad0af5784e5270876e553a28c49b 1.46 MB 2,837 22
615,836 615,836 0000000000000000000b7d1e3e4c30ce513725b92041f324dd3698f2d9cc1982 1.73 MB 804 5
615,835 615,835 0000000000000000000e9acb0cffa2fd775ee0c22c0698454ad625e5018ff4fa 1.71 MB 970 7
615,834 615,834 00000000000000000004f39f05c3dab5308e3e0c6a00bcd8ca282f2301fcf719 1.62 MB 1,603 10
615,833 615,833 0000000000000000000b04e64fa0bb2719343bda0e8b953e40b3d7119fc7f353 1.72 MB 903 6
615,832 615,832 0000000000000000000aa19b9c59f00d49261ea1d89a93e922892b5f45058f39 1.62 MB 1,020 7
Previous 10 blocks ↓
Total Size: 769.28 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.43 GB sent, 94.29 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.