Memory Pool Memory Pool Refreshing

3,170 transactions
1.68 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,852 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (479,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
428,335 428,335 00000000000000000013c0fcb21d66138d025cc851acf0ca1d3f814250c5e257 0.20 MB 535 60
428,334 428,334 000000000000000000515e8a0bd550f367b000a6f33341981f8836bc412905cd 0.99 MB 1,019 23
428,333 428,333 0000000000000000022acb5c018de766932f80e53e9c548d146d92e2a0cd5188 0.41 MB 1,035 54
428,332 428,332 000000000000000000fa028e0272e66997f67c9a7329d53e102f0c74088c8d73 0.55 MB 1,391 57
428,331 428,331 0000000000000000011d84126861d4fd8a1af1270108c459fe3a0e9f92139df2 0.35 MB 766 53
428,330 428,330 0000000000000000019c7a5eb861ab0377da58f2b433942eecea877c2f28c370 0.21 MB 382 41
428,329 428,329 0000000000000000012cb3b3489be8059c99974a170b1c702b8f58c4f86bea13 0.18 MB 517 62
428,328 428,328 00000000000000000304097e0f8be034a4621e820d19671afe0be9feb8583ada 0.34 MB 839 61
428,327 428,327 00000000000000000427b76ee73c82123377ade039b274ec2d14b5cf43f337bd 0.75 MB 318 9
428,326 428,326 000000000000000003308289a1211b23e41de27d698c760bafc138d866a3b124 0.02 MB 52 63
428,325 428,325 000000000000000000b34cedc46d2fd64d67600843970b9ab3581f9cac127c04 0.15 MB 419 55
428,324 428,324 000000000000000004ce6e2f8a015756e2caefc783f6967cef2d3abfb5895ca3 0.40 MB 729 50
428,323 428,323 0000000000000000033b8fdc357be0e62d082a00fce2f73991daf102dbc270a9 0.99 MB 959 21
428,322 428,322 000000000000000000e5a78abef3c596e2896fa990db64dde396c545bf99f2a5 0.58 MB 1,485 63
428,321 428,321 000000000000000002630e5deaf0409ada554e7949d6996c8370b4cf8eb21c69 0.62 MB 1,634 58
428,320 428,320 00000000000000000077743b75c0b8fce8787d9befd32157bb7bf7803f581856 0.98 MB 345 6
428,319 428,319 00000000000000000447316d0737622bd4c5182495bbcb298b09bb8b5140d131 0.59 MB 1,290 55
428,318 428,318 0000000000000000047e6908f8e2ecdb56c029ae05db0109c9f77808ce270b1a 0.46 MB 1,031 59
428,317 428,317 00000000000000000067a2452e6664d9b913948d87b489ba698edf96e263b187 0.33 MB 789 68
428,316 428,316 0000000000000000018026f58a32145622d4dd5f1f7778d1a99f11081063ac8c 0.63 MB 766 30
428,315 428,315 0000000000000000004f641bf8a964dd0fef39f8a67ae93c6660b1aa21d88fb6 1.00 MB 1,574 69
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.