Memory Pool Memory Pool Refreshing

44,418 transactions
27.66 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,275 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,335 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,274 (24,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,017 852,017 00000000000000000002da4b041e50148a84e931b6b1ba12a17030894666ad46 1.45 MB 7,614 5
852,016 852,016 000000000000000000020f23f9002672a1d7d9d01b12e1bee8c721d4f3a779fa 1.64 MB 3,018 12
852,015 852,015 000000000000000000010a3d102dcdde07c36ea908484887f10e9e2469d19340 1.48 MB 7,221 6
852,014 852,014 000000000000000000004f7177faa2496719f7a6090ac238b631fd9a07884c58 1.50 MB 3,142 9
852,013 852,013 000000000000000000020f4d5445431113e2df3aa0c332039f483d7953dbed86 1.51 MB 5,821 8
852,012 852,012 000000000000000000009e169a1025c534bb1967a34aba76a63f9c043dfa3d9c 1.56 MB 6,530 6
852,011 852,011 0000000000000000000169425911180892cc006d018b1b27bf32a4f89f891291 1.49 MB 4,982 6
852,010 852,010 000000000000000000012ef1d3dbdae6d41f0a60d8e39a82c9a6066f92612d2c 1.54 MB 2,053 9
852,009 852,009 0000000000000000000221557adcc4fff1659924b344262919c541a98513d4be 1.06 MB 485 5
852,008 852,008 000000000000000000001f797cedf6bf5562cacac7053da2d3704fd6c2cd97fe 1.48 MB 2,155 10
852,007 852,007 00000000000000000000e7757c8881164f3d97986b6900ab79dd8df0d429080f 1.56 MB 3,705 13
852,006 852,006 000000000000000000017ba105e7350b04d4841e9d97b7af5d81bcadff8801ec 1.63 MB 5,131 5
852,005 852,005 00000000000000000002318de1d4894d27d0a2219cf11baecf9af56301dadb95 1.59 MB 3,461 16
852,004 852,004 000000000000000000000274d65f8b30011b263c5ec8feb20ff01eb579b19ed5 1.58 MB 3,155 10
852,003 852,003 000000000000000000000a497f163f2cb321df9b8db3ee979c64103a5d1d1ac9 1.55 MB 4,752 10
852,002 852,002 000000000000000000008cadda5a342278085f8e55539a6e5add4437199af253 1.52 MB 5,225 7
852,001 852,001 00000000000000000001fd5da47312cc0d877d0ce885168592cc3f638ccbf48f 1.63 MB 3,682 6
852,000 852,000 00000000000000000002e46f1afa7d6f61a4df9011cec94069a5286fdb450cba 1.55 MB 2,343 12
851,999 851,999 00000000000000000000ca064b588b11b32b04e5ae8fbe8bfc210ee1dc4a1496 1.21 MB 350 6
851,998 851,998 0000000000000000000352503e5f80f5409ee5e008976f91f12251c081bd7a6e 1.48 MB 976 6
851,997 851,997 00000000000000000001da348b578250d19a0c2f72857c51bb741ee753e5d0e5 1.61 MB 3,264 10
Previous 10 blocks ↓
Total Size: 710.99 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: 757.38 GB sent, 18.26 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.