Memory Pool Memory Pool Refreshing

7,570 transactions
2.85 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,220 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (710,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,402 197,402 00000000000003c414bf3363ac3d86ca13cc0cdae0867772b39a1c4a1f61487b 0.04 MB 87 106
197,401 197,401 000000000000013f220b8f4a859c8074cf918c8af4183ca304c2efbffe3afa2e 0.05 MB 139 409
197,400 197,400 00000000000001fdf97f5e11f8ab24cd89dddb3dcc638f16a1405fa74540ca7c 0.00 MB 2 0
197,399 197,399 000000000000015eb11366611d3c3e1d3e079458b0e18b443a6ecffd0c4ae6da 0.09 MB 204 324
197,398 197,398 000000000000067a75b89b4106ef79e30d07d128a5e8bd6141a26de650af6753 0.12 MB 300 290
197,397 197,397 0000000000000099633445de65e113b0cafe5e385459b92fe8fb5e292cf40a58 0.03 MB 97 491
197,396 197,396 0000000000000254927e84b2000440f2a293d4b8274536f19236bf76425aaa3f 0.04 MB 73 246
197,395 197,395 00000000000005a337aaf6fe86632377bf2f9316746937e8aacd749cefddc8e2 0.01 MB 33 42
197,394 197,394 00000000000006cee2a45d1da9e0f38e80a4e5ee8f5df6eea0741b57cbc1989f 0.10 MB 210 160
197,393 197,393 0000000000000608af87da1400625a7485a75b0c3f2241e5ab03ecbe56ed15d3 0.04 MB 91 299
197,392 197,392 00000000000001d469270d4535d7b2f9af5fb3d5c11081993a3e18e1d556a09a 0.01 MB 21 425
197,391 197,391 000000000000013c22100b0ab34175781b80ccbcbbf80f516b22d05ca3754e3d 0.10 MB 194 118
197,390 197,390 00000000000000f5da5ddfd5c6ac3ba55ac436c1350cb0a442ce14900136c69b 0.02 MB 59 228
197,389 197,389 000000000000037e482fadfcced4cee4caf5312ad9e94e58d7d12905aa0b437c 0.05 MB 135 170
197,388 197,388 00000000000000124229c9adac51e338af93b1430f307d1b5ffcdf2d29dafa12 0.02 MB 16 118
197,387 197,387 00000000000004d3573c810e4f75d03a27d8731fa4eb3393005874f67400b8b5 0.28 MB 512 93
197,386 197,386 0000000000000288fdad2a2a302ce565e773cbc821ff37db0c4c1d8c2e746251 0.04 MB 75 118
197,385 197,385 0000000000000145515a389d0b1ac9f4feafe08af55f20342c4c9102fce976e7 0.01 MB 24 158
197,384 197,384 0000000000000606b46037acc0027fed55919706108e39ee8a8734790fc32758 0.04 MB 116 56
197,383 197,383 00000000000001a2e6388a0dbd6c03fb0f6d8a5a813dd0da8071aaf4a57bfb06 0.06 MB 167 144
197,382 197,382 00000000000004ada02473d23563cf1eda626af7cdde0eac62fc1bc6d2b886d2 0.14 MB 294 141
Previous 10 blocks ↓
Total Size: 769.13 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,631.57 GB sent, 93.56 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.