Memory Pool Memory Pool Refreshing

263 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (103,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
804,342 804,342 00000000000000000002fe09e10a3da7b08f88297da20e44d6241931b8af9781 1.68 MB 4,231 8
804,341 804,341 0000000000000000000301523e27d9a1d75f15dcd72eb591cb611e83b3a8f62a 1.50 MB 3,651 11
804,340 804,340 00000000000000000002ee9fcd705e2e43281317079870b4f17f86309f75400e 1.81 MB 3,659 7
804,339 804,339 00000000000000000001832c968f8d18da9dbb3a58b6685c50f2a07b2182e30d 2.02 MB 6,022 6
804,338 804,338 000000000000000000045d1505f9b8d1e71ee805cf43926109bf322021453b90 1.79 MB 3,549 8
804,337 804,337 00000000000000000001f1f4e9245e8001e6d9749fbb2a429d523e8bbf5fc125 1.73 MB 4,398 6
804,336 804,336 000000000000000000011f43170fef795f78d44d32b4f700e896bab5a3381039 2.01 MB 6,266 6
804,335 804,335 000000000000000000036ff10f08d169d7620377700662e3035898a906bdff4e 2.08 MB 6,687 6
804,334 804,334 00000000000000000001a021d76b427ea3fdb49713104e70c76d190b0f698e15 1.93 MB 6,051 8
804,333 804,333 00000000000000000002f14b85357a7f840a58be839e39c9929bae8b026f659b 1.77 MB 4,725 7
804,332 804,332 000000000000000000024a20df9d4ce7fcfc76d86f5f16d3591f2b1027f6da5b 1.74 MB 3,979 9
804,331 804,331 00000000000000000003c863c961f4fbb58dd1238d13689ef8e3e131eb7122be 1.50 MB 2,157 8
804,330 804,330 000000000000000000038a4fb715a34af9745e3fcb93dd5fbd0941452a5f7d96 1.84 MB 4,626 7
804,329 804,329 00000000000000000001682797675c304b999d8f3c9f6845299fe98eb9f43fca 2.12 MB 2,810 8
804,328 804,328 00000000000000000001b6f2340f843f093dbe1ecbd8c484ff53b3bd428c814c 1.63 MB 2,751 12
804,327 804,327 00000000000000000001022ad334d7a8c231e6a6948224379b2951d9167c0b9a 1.72 MB 3,250 7
804,326 804,326 0000000000000000000456d9efccec37cb88ca0dbd0e07fa7ce1af1693832974 1.54 MB 3,038 8
804,325 804,325 000000000000000000005aaa22e7c1a1f293ceb7c5476c1e571a0b42138472ca 1.57 MB 2,508 13
804,324 804,324 000000000000000000003e83507bcad2c4512d23c14513aadc80ef44bb68407b 1.68 MB 986 8
804,323 804,323 0000000000000000000331a3861276ae17ff9323f685cbabaab8698ec1bd037c 1.51 MB 1,895 14
804,322 804,322 000000000000000000023cc4e3f76cf4948cf9e0535303c7602976dedea0c279 1.77 MB 4,168 7
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.