Memory Pool Memory Pool Refreshing

3,196 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,843 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (239,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
668,220 668,220 00000000000000000008a25606bc5687c40b5c71cf7c294721ef90afd733eb45 1.11 MB 1,027 106
668,219 668,219 000000000000000000036a2333ac76aa75138686b7b621363d6fab05db2c58e0 1.27 MB 2,994 112
668,218 668,218 00000000000000000001f2291464511a282b532ce06caf39eecec54a809b9a48 1.21 MB 2,876 115
668,217 668,217 00000000000000000008ebc7d52abd27800bc77e9144c25b75c41e0034755804 1.42 MB 2,757 155
668,216 668,216 0000000000000000000baa14ac5500aff979487a2a4049d7b9dc5062ea760d7a 1.37 MB 2,768 140
668,215 668,215 00000000000000000008398b208a393f19f1f103b69f21095df7d6b2953a4cbe 1.33 MB 2,548 146
668,214 668,214 0000000000000000000897cef336e0ab5cb1e24c7b3177eca5ed55190e1e4575 1.33 MB 2,871 126
668,213 668,213 00000000000000000009caf4111037a4f4b927c5898cd8c67b9bea30fcfdb3f9 1.26 MB 3,085 144
668,212 668,212 0000000000000000000c425569d16fb08ce04a96c194fc4fc02da5c0cafa3f61 1.38 MB 2,580 102
668,211 668,211 00000000000000000001ed7074ad65156368a14bce37de179e39919f2ac9ff21 1.38 MB 2,453 114
668,210 668,210 00000000000000000005bb408d23f47b94cd17394c5bd90a6361f2a7456ebba1 1.24 MB 2,886 130
668,209 668,209 0000000000000000000878f8d7675281f10ce9316495642d10d58103fe6ccfd3 1.27 MB 2,797 110
668,208 668,208 0000000000000000000d576344d12be5705a75898ca8f3e7aa24e466749d8c8e 1.37 MB 2,545 118
668,207 668,207 00000000000000000007a9e8f6223dd8f8877d804019fc4a1d40e3ead08a4d78 1.31 MB 2,221 107
668,206 668,206 0000000000000000000029ab7af7632addbc60de1af60a6baf923450c195dae1 1.43 MB 2,780 123
668,205 668,205 00000000000000000004bb33e7781372c5c4ca4d89e601eb24dce77e17968e03 1.36 MB 2,035 105
668,204 668,204 0000000000000000000aed08589aaf78aa336abaeb79b4c9aa02cbc742f5af75 1.36 MB 2,137 114
668,203 668,203 00000000000000000005b32b40c42564c0451ad07161a610b71846862e5d0e9d 1.26 MB 2,572 103
668,202 668,202 00000000000000000005908f9d78af6b4a99a1926aca61b39232092d4de6bc62 1.33 MB 2,201 117
668,201 668,201 0000000000000000000a9cd3692753a34e17596716ab2aaf46b9031171067e42 1.35 MB 2,694 116
668,200 668,200 0000000000000000000b6978f5ffb57000bc1a2276cfdfa4399a62300a585b6d 1.47 MB 2,097 118
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.28 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.