Memory Pool Memory Pool Refreshing

8,346 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,910 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (573,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,232 334,232 00000000000000000b7b9cb562b3ed00f066026e05d3442d3f00c653e008a98d 0.50 MB 786 20
334,231 334,231 00000000000000000f3f7183bb50650d6b18246c998908bf03054bd926b90302 0.35 MB 779 26
334,230 334,230 00000000000000001523a0ac33a31bc5ee19a0b5881f9d28e3e8338dbab01ec9 0.50 MB 1,003 25
334,229 334,229 00000000000000000e68bb0debd9c03ebdf334267000bb972c7b8db0217a54ca 0.38 MB 788 30
334,228 334,228 00000000000000001383cc6c451db56b2a4b2113b0e225b1b969ef71886b00f3 0.11 MB 136 14
334,227 334,227 000000000000000018ba19fbf1221516ebc55ded00fee969d3fa74b4860ab763 0.20 MB 221 18
334,226 334,226 000000000000000007466b39204ba61aa663b7c198c58d2964093b13343eb9f6 0.41 MB 761 23
334,225 334,225 000000000000000000aa459c81ec3fffa7c1f5f851632f60ce7b2bde57d28b31 0.49 MB 801 24
334,224 334,224 0000000000000000145562264493982a868ba4b987c0c3530f43ac1fd6725c18 0.28 MB 313 12
334,223 334,223 0000000000000000186a1383678e3dbfdb0fe14111e08afeafda859d3cf41ed9 0.40 MB 512 19
334,222 334,222 00000000000000001760cba752592a7f8f98c7f981dc012870aba5680ae54663 0.42 MB 535 19
334,221 334,221 000000000000000016b540fc11ad5f368f72d59ad1b28c17cfd56eb8ef01d79a 0.35 MB 656 26
334,220 334,220 000000000000000017afc66b2d2dcfa2808c255b6af5a55439e49bc574bf6d7b 0.11 MB 228 25
334,219 334,219 0000000000000000057d91ad75801b7ab99dcb07fe32dd256a7bc35afd7abb17 0.01 MB 15 25
334,218 334,218 000000000000000018d583fb9a657f93ed634ae6113d4d10941461b80a3ba42f 0.10 MB 75 5
334,217 334,217 00000000000000001b74faeb166819b814fb95d838a5d5784ca97fe92eb1386a 0.10 MB 72 9
334,216 334,216 0000000000000000141c33621d78c9bb78a40b60d9b9175ea05cb6a04af765b6 0.12 MB 121 20
334,215 334,215 000000000000000011859d5ec340c28603127547e3565beb473a341162350f33 0.20 MB 168 14
334,214 334,214 0000000000000000094645e72817bceac7b7cc3ace7fce7889c53f34407dc509 0.15 MB 411 33
334,213 334,213 00000000000000000e03a1ef10619dedb4b277af0ec19482a94b142937d06a31 0.63 MB 1,147 31
334,212 334,212 000000000000000009eab0f5de193a4696c8d2396469bdd75f427a65df9d0b0b 0.46 MB 533 19
Previous 10 blocks ↓
Total Size: 769.17 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,633.09 GB sent, 93.76 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.