Memory Pool Memory Pool Refreshing

9,536 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (605,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,020 302,020 000000000000000025d14be9bc26edebf5d9b3728c11d51b7d9ce97182270aa5 0.06 MB 85 25
302,019 302,019 00000000000000003525023939819c59caa099e638ca634bc5f7adf6807301ee 0.36 MB 641 29
302,018 302,018 00000000000000005cf7a97e6c1b9f9a0101756c0e5a7649ba63b3c9caa5787d 0.09 MB 191 37
302,017 302,017 00000000000000003baa25cf7869c46bd920746563cf91c68886ba753ef116fb 0.17 MB 301 29
302,016 302,016 000000000000000047306eb50e85830772c83c3d5a3a213dcd1514a2a43eaa27 0.20 MB 318 32
302,015 302,015 00000000000000004724c34b5125297a85f05ea85889e1ebdc0fa3d5ce0a7ff6 0.07 MB 136 20
302,014 302,014 00000000000000006a5b9c7781224b68f7667a8490f2040401a45471b68d256e 0.42 MB 614 32
302,013 302,013 00000000000000006548ac8dc283c97e8165023dc1fdbbca2eaa75f0143f4a8c 0.08 MB 143 26
302,012 302,012 0000000000000000018ea8fb811e470bcd43fb54f07e3d7345f45b9053ebc713 0.09 MB 146 25
302,011 302,011 00000000000000006053fc5faf2c099f30be416175488b34e947ea44480aae83 0.10 MB 178 26
302,010 302,010 0000000000000000340daef6c6708ad241fe21c1b8f769d0701e0e9adf0cad66 0.38 MB 742 31
302,009 302,009 00000000000000001b04897d1d3d0120e38c071170320024e9a0336cf5be713b 0.03 MB 48 28
302,008 302,008 000000000000000070f99a952689e564a2bc021f003c244a180a7da7aa1f3586 0.01 MB 31 33
302,007 302,007 00000000000000006ab2e1f7e33ee14faca53e8957d521c9755579cce119180f 0.16 MB 290 28
302,006 302,006 000000000000000049dbbe721c72598fdad08b169c0e4ce321637e7fcd542d45 0.15 MB 338 27
302,005 302,005 00000000000000001d3cb635effbf2a8e60a5829f1125deaca16a8c9fad05e4b 0.04 MB 100 28
302,004 302,004 00000000000000003d609ca9eb60546e5bc0ba58e7f1ede5156c7163c5e82bc6 0.13 MB 282 25
302,003 302,003 0000000000000000541a2c3acd403bc5784aa0450fbed0040456c1f8e91d1c15 0.35 MB 498 24
302,002 302,002 00000000000000006d3bdfe1127d541110a18ce5b54bcdeb51e10399f6ec00b2 0.75 MB 1,842 35
302,001 302,001 000000000000000073fae68fe1d836d0267e1223de5d84f95adf177f5e16a337 0.01 MB 16 15
302,000 302,000 0000000000000000072268c9bb18603566ed5012378c29bb4d37e34cead7448d 0.13 MB 273 30
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.62 GB sent, 93.04 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.