Memory Pool Memory Pool Refreshing

5,692 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (189,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
718,221 718,221 0000000000000000000121c6003a5aaaba476f7802eb30fcbeaa6dd1b0595291 1.33 MB 1,900 4
718,220 718,220 000000000000000000058195a94ec7a75a9d17da14c7b17da357f4e55ef7e4ed 1.43 MB 2,543 13
718,219 718,219 00000000000000000004f4a4641949abc9f8d7c97dd0da8aa81ea50b36e043db 1.50 MB 3,028 12
718,218 718,218 00000000000000000003c1314e2d8ab9e9b08a14925f074c8d1e63561bdc2791 1.58 MB 2,924 9
718,217 718,217 00000000000000000001d8b3151da2516cb0b1d9da8e6abcbcf9b7dd32d874f6 1.66 MB 2,524 8
718,216 718,216 000000000000000000039ce0fa9653ffa1a3807680162d6de0a1652f6f110591 0.87 MB 1,175 8
718,215 718,215 00000000000000000005539a89c5e2fab76ea7b14796cb94824a61ae90af3e35 1.00 MB 1,059 10
718,214 718,214 0000000000000000000b7df597c25e2b9322b40c5b2aa37873ec5985b1b45cce 0.63 MB 695 7
718,213 718,213 00000000000000000009f3d1a679642054c55982d6e9be9a751825927ad32fb7 0.08 MB 166 10
718,212 718,212 0000000000000000000657a24afa866bc1f9f3d2d66867924d584c9c4913ed57 0.37 MB 604 7
718,211 718,211 00000000000000000000da819a8bdda6fac5197e584d14a95dbe42dc13abf93e 1.57 MB 3,045 10
718,210 718,210 0000000000000000000764f830fc17ab3ac9813a53a9cc221659cb658d439f21 0.09 MB 191 9
718,209 718,209 00000000000000000008e1de5a7eb372eb0fd2e6291bc3be1b989cedd5264c68 0.34 MB 777 10
718,208 718,208 0000000000000000000256cfb104fae376fdf58161fabc8f02d73234f19b3429 1.45 MB 2,791 9
718,207 718,207 0000000000000000000a3cfa6ff29a4693ef10ea8ce21435d9dc4bf592a86e3f 0.30 MB 662 9
718,206 718,206 000000000000000000021895805595cd7bcc1d4aca7d2c53e59b45109948ef74 1.31 MB 1,886 5
718,205 718,205 0000000000000000000b1ba52982f4a212884f2d442c35f1d88fe30b1d36d638 1.28 MB 718 5
718,204 718,204 00000000000000000004b67dd387084606159c999b57534b35f10799030a0e11 1.43 MB 2,326 12
718,203 718,203 00000000000000000001b3267aef0c87bdfb5e03fe2e46bc642febd521d0dcf9 1.44 MB 1,434 8
718,202 718,202 00000000000000000008a6c4d902b0db0e17bde1e54a83131b063a4e5f53fd5b 0.07 MB 197 9
718,201 718,201 0000000000000000000132fdc0e9b560057302dc6b477f937052c76de3c7a54d 1.21 MB 1,937 4
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.