Memory Pool Memory Pool Refreshing

2,069 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (763,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,023 144,023 00000000000000ceac3ab1dd7c42cdc61b9b8001eca891e658e3d9f7ac78ac79 0.04 MB 88 145
144,022 144,022 000000000000063fda96ae4d731574e3993670313ac3955078c746f45b0ee490 0.03 MB 77 89
144,021 144,021 000000000000062ff1f02206dfde68d35a3c5d7c1d9f7ef5c283ab0a0bbc9790 0.03 MB 55 35
144,020 144,020 0000000000000141e854a8df93dde102e3efc31f320bd17ed20b0f2f2ee77932 0.02 MB 48 183
144,019 144,019 000000000000013b51a0c5297fcf6c095c57135c5dda214fcded138d874a469e 0.05 MB 103 89
144,018 144,018 000000000000003d3900bb84ad14bf39f0a3276767e15c1edc8b15a87a92b2c9 0.00 MB 9 1,635
144,017 144,017 00000000000005be074a39c8fb6fc8a543eba7b3fa77ed28e3a96089f5dfcebd 0.01 MB 5 38
144,016 144,016 000000000000084113159ee8d9aa670a0f2e308855a16ac035abebce86882345 0.01 MB 43 7
144,015 144,015 000000000000089dfc899dbe6f3e50097a4c92c23da05eb7b9ca8f69abfa006b 0.01 MB 20 10
144,014 144,014 000000000000083a8f73095eb9c06fb5be3065b9123a353b1b6d4ea7e26a2b70 0.02 MB 38 140
144,013 144,013 0000000000000885189919b1367c913901a6fe06f4b14d783af8e1c74fa3f2af 0.02 MB 41 142
144,012 144,012 0000000000000185e9c4f8c2e0b2c2e28da2ea704f3f2b701acacbef17874ba4 0.00 MB 12 33
144,011 144,011 0000000000000099405ed7d82e225446e409a256ca36db8b92b1cfeecaba83b7 0.05 MB 131 168
144,010 144,010 00000000000001ca556d37cfef749717d5ed96c04e6e13de9b3398fcfcf96cf8 0.01 MB 18 113
144,009 144,009 00000000000001788237f188fd0bb1301e9a3091262419bf9c63ee9287212854 0.00 MB 1 0
144,008 144,008 0000000000000906c99a5edd26593b7ff8a9e2c82521e967195914eaf4af65f2 0.01 MB 32 510
144,007 144,007 000000000000085d94eba9f525253b6934082d87bcc93e14030e319d702c196b 0.00 MB 10 375
144,006 144,006 00000000000008b18a666ac5207c3bb48d3ec525cf15ac3aa1e153b243b858e1 0.03 MB 63 161
144,005 144,005 0000000000000408cede7bf964e27886952962856ae3f6936105815736d1764b 0.05 MB 57 509
144,004 144,004 00000000000001fb53f86034a6440d0ef40e18d04896ea03d10de7f0cc869561 0.00 MB 2 223
144,003 144,003 0000000000000173cb5f4c0a3d78fdde49e55ca7e5d03c72b36ae4edb0372d01 0.02 MB 16 32
Previous 10 blocks ↓
Total Size: 769.57 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,649.95 GB sent, 95.79 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.