Memory Pool Memory Pool Refreshing

4,195 transactions
14.91 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,615 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (900,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,219 8,219 0000000015d7594fd18fff8fe61b933f47993da6f7bbe9b192ee0a9652fa9b21 0.00 MB 1 0
8,218 8,218 00000000366b28cc9e15a4d58d2984b4e86bd11a860ff7533a74a69b0891c722 0.00 MB 1 0
8,217 8,217 0000000024f304df9dc0df33394da8543a5fe89ced93f9e16413c9bee6a913b4 0.00 MB 1 0
8,216 8,216 0000000079ef0da5be745f295d17f3cd966752079847d40b14ab7f4ca96cc577 0.00 MB 1 0
8,215 8,215 00000000da558961f9680bf78f615aae3adf53bbedaadd934d624d544c72b429 0.00 MB 1 0
8,214 8,214 00000000ed4de0a49bcbedda48fc5b1cc0f6a780cf94045c08b78f01a15da105 0.00 MB 1 0
8,213 8,213 00000000209e6070638ae0e6b4e351e94ce998067af155718b18f05a59baae0c 0.00 MB 1 0
8,212 8,212 00000000521d8e21e6e082bb2b5bdd04a97ce535816dffc9635829c3f8d15256 0.00 MB 1 0
8,211 8,211 00000000d14ed5bff1d83c8fadccbdb206de78167a4c477330ca4da1e50ac6f2 0.00 MB 1 0
8,210 8,210 0000000086410b1e0521711c177bd8975ce0f6f4fb06dd7d2eeb0bfffb2dbbf7 0.00 MB 1 0
8,209 8,209 000000006a51d284f0ea70af2bf905863887c908e718fe9bdfb5c1f98e6f0ca7 0.00 MB 1 0
8,208 8,208 00000000ed67353a39d14ae8a4991908892cb45b03965ed55330ac41294b5949 0.00 MB 1 0
8,207 8,207 000000001d8738aee722ee21cef23777c89abbb3a4fc4c5eb749fdd81189dac1 0.00 MB 1 0
8,206 8,206 000000005c250eb18e199f4b94d256ef7348941399dd756413d8b035a596f91c 0.00 MB 1 0
8,205 8,205 00000000a8523a2e8b5b7b3c95049b513756a4d8ca4ad4b6b7208093a83e3b22 0.00 MB 1 0
8,204 8,204 00000000eb861b5b31f7d3cc12d2ab03a9c3896ee3102361db41d426cd23f183 0.00 MB 1 0
8,203 8,203 000000007dc0a044ed2d3950071f69dce1ac6e75c14a9b9638cc773e098c56a3 0.00 MB 1 0
8,202 8,202 000000006b07b6b1e5cdb6252af5fa9b86f3f32b5e173b1b200db5673b2165cf 0.00 MB 1 0
8,201 8,201 000000004ca8bd5222b4a82cc4817614f67fb4eb487de9cace123bd3bfb13417 0.00 MB 1 0
8,200 8,200 000000001345c8c75cb9b340e9e3aed752ceac79c000353a9e456f545a701b66 0.00 MB 1 0
8,199 8,199 000000000576037f0b8ed67b95e45879f5d990281f7183df5a9a9b8f749bf100 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.