Memory Pool Memory Pool Refreshing

4,113 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,600 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (322,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
585,510 585,510 00000000000000000007128e3ca82a67fe2005319d2354328dc691d38caf8e49 1.23 MB 2,672 72
585,509 585,509 00000000000000000002a85ecad704c9e7075c8fc27e3ea0e317e2e57011ce29 1.29 MB 2,921 72
585,508 585,508 0000000000000000000edbe24c63597b894108b04f5fabfbe975262087c56187 1.29 MB 2,755 42
585,507 585,507 0000000000000000000a38e9507731dfa2fd39b5b2fe274fd737b9c12cdf2273 1.36 MB 2,950 52
585,506 585,506 0000000000000000000ce6b09c114c99d45ee2b17bb9f36fd885f33dd19e5088 1.23 MB 3,242 83
585,505 585,505 0000000000000000001e34fbc2ad4a05c740baeef4514b7a9a2ba2914effcc1c 1.20 MB 3,277 74
585,504 585,504 0000000000000000000f952455f8205585d089693e07fcba543b16f4f3f916cd 0.60 MB 1,834 36
585,503 585,503 0000000000000000001a3ba28b37b9a100cb67c45985dcb351d8519fd1668af9 1.04 MB 2,328 15
585,502 585,502 00000000000000000019097a013bcbe0b48e9a7c3e046025b1295cf444ef16b4 1.24 MB 3,097 43
585,501 585,501 00000000000000000000362648b3693bc1fc82e22fb5913f44868fbd2e5cea52 1.14 MB 2,606 21
585,500 585,500 0000000000000000000c3740895b089937f34680e5cc04d394a08d9f390dff30 1.22 MB 2,578 71
585,499 585,499 00000000000000000001bcf2c0b1eeb0aa808a3c34176e22e70ec4b2b64265aa 1.21 MB 2,439 28
585,498 585,498 0000000000000000001dd0a4c36592ca1e42b83a4839fef3eb26074f2c0d4622 1.23 MB 2,619 68
585,497 585,497 000000000000000000138b875cdd1ee6f3ab40d7f4d4cab5aceab784d0da643b 0.46 MB 1,195 37
585,496 585,496 00000000000000000019872702de00d7f6f9565b4cf259a2856fa461e1cfa425 0.95 MB 2,025 12
585,495 585,495 0000000000000000001e09211fb0b00670581a888848e6f847753ebc8d0e87ad 1.21 MB 2,542 32
585,494 585,494 0000000000000000001801bdc20381bfc1c1218aba509984c14578a01f8610eb 1.26 MB 3,060 72
585,493 585,493 0000000000000000000bfa12f2b1c1a2f4d134395ba713e1bee1186ff9c4f9f2 1.08 MB 1,252 16
585,492 585,492 0000000000000000000adcd77050e98940dd1a48aafb258c3fc697e8c7cc95f7 1.13 MB 2,827 25
585,491 585,491 0000000000000000000cfec385d4ece4e8a1eb8fa21f870841b83575f012858b 1.20 MB 2,752 43
585,490 585,490 00000000000000000018c6bca3c801c248391a34bc26f3c9a6abe7f55e05b3c0 1.13 MB 2,229 8
Previous 10 blocks ↓
Total Size: 768.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: 1,616.57 GB sent, 92.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.