Memory Pool Memory Pool Refreshing

8,468 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,555 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (236,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
671,127 671,127 0000000000000000000c8a67e303a11106e36eb830faf2a15536bb19b32cd996 1.20 MB 3,092 100
671,126 671,126 0000000000000000000129e79c0251bfdfa85a2c20e3e048fd13e353a97174f3 1.22 MB 1,644 123
671,125 671,125 0000000000000000000b38b8cd5d6960f87dd856c53a7b7df80b5f0dec90abc8 1.14 MB 1,317 119
671,124 671,124 00000000000000000009d38f3a166e1d3ecdc2c6d35773b5f71e5c75565aead4 1.34 MB 2,928 125
671,123 671,123 0000000000000000000862bf1f0fd885fbf0880f0f21832eace40e35c70e1aa5 1.32 MB 2,664 141
671,122 671,122 000000000000000000074d0cee520b83805db5ce056c17100c383799b6004f50 1.15 MB 3,019 78
671,121 671,121 00000000000000000004347ccd1b8db6778cb285302c6746d2e7434808e14b1f 1.28 MB 2,314 112
671,120 671,120 00000000000000000008b7b4d38ed9d003e0abedc1a369c46df5480a6a636912 1.37 MB 2,879 135
671,119 671,119 0000000000000000000cff2eda2bf940bfb6be02a2137ae26b161ac8711f6585 1.14 MB 2,744 53
671,118 671,118 0000000000000000000626f3a999c156be82b2821063e72a0789363a5c14f82e 1.19 MB 3,085 82
671,117 671,117 000000000000000000092ced64e17e4ea847a5f7508613d2bb0af50c81304f10 1.42 MB 2,518 103
671,116 671,116 000000000000000000033961bf2b640e16a4db045789168fe9bda2e3875933bb 1.32 MB 1,442 114
671,115 671,115 0000000000000000000c9dfe1e7c5a481305ad3089ce4a74d2960362e6c514eb 1.43 MB 2,302 128
671,114 671,114 0000000000000000000600adea54ca1a7755e697672d88947c224708ebea3040 1.37 MB 3,070 138
671,113 671,113 00000000000000000000238db98b7ca37b16cdb817a03fe1060aaca81a17b93f 1.18 MB 1,599 142
671,112 671,112 0000000000000000000b54b789c102a8bfa9b3f140f33e7d98afa00396ef2520 1.12 MB 1,550 91
671,111 671,111 000000000000000000041c9312d083f37043a0692ed6b54097b7ff530ac2e8d0 1.27 MB 2,815 109
671,110 671,110 00000000000000000005509f5586b90f8706057530b7b4e81408b9f4406ca508 1.26 MB 2,574 120
671,109 671,109 00000000000000000000dbb5d93bb23be127451a0be56eb7f7aced04f14a1a70 1.30 MB 2,757 117
671,108 671,108 00000000000000000008c98a818ea4cdc88ee817e39ed860489d916cd0bc75d2 1.34 MB 1,933 122
671,107 671,107 000000000000000000003c28c437cecff040597b503f92bb191044b332e4dc43 1.46 MB 2,069 127
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.89 GB sent, 93.09 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.