Memory Pool Memory Pool Refreshing

7,401 transactions
2.14 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,021 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (674,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,724 232,724 000000000000014e34dfc3900b6feb448185ec538a7e89eec3b8e7099df488e9 0.11 MB 228 195
232,723 232,723 00000000000000cd26904249750364a8dcf607bc50de8151ba0721e7535c8079 0.10 MB 216 167
232,722 232,722 00000000000000ad8729bc9e45e76ffa6dce030154519f311c28bada1c03b54e 0.01 MB 23 189
232,721 232,721 0000000000000072ed998024e8a459ae9957f646d1fd96f7b5239b61f24b4d0f 0.16 MB 276 54
232,720 232,720 000000000000017148a43bdf68f333b2ca072f0847e7f62e07c6f12367ca2354 0.12 MB 186 107
232,719 232,719 00000000000001d9b18485ce5191cd0d9980cdcf5cbcac6d07d96db1a2971d96 0.25 MB 579 170
232,718 232,718 000000000000001347bb6e5e81b10e2217af36ef745816cc1b7bda5df4e73de9 0.08 MB 162 173
232,717 232,717 00000000000000d880e7a3859fdaf0dbe082e1e4cd364866a34e15cca040f53f 0.03 MB 46 10
232,716 232,716 000000000000004cf49d131a6857d2c6afad976d61e862e86ed1e39f3548ab0e 0.06 MB 100 124
232,715 232,715 000000000000005ae9906e3c95348e8d1ec2a405e40b79f702ed6439cdea7015 0.18 MB 290 122
232,714 232,714 00000000000000255acf2ffae3f757fe7ef4d078077d21a93e8ae6b12eb3d590 0.15 MB 399 185
232,713 232,713 0000000000000116a099f2261a5cded31da34e27d030e287cac00959a62a21c1 0.10 MB 227 164
232,712 232,712 000000000000012ca67009b022e44cedb71695e8dff6d1d3db34fad4a3c3f544 0.05 MB 90 183
232,711 232,711 0000000000000060ff6427ba076c0a3c6bf70297859d4d3708d9a4758158ec63 0.19 MB 431 168
232,710 232,710 00000000000000144644ad82d507961b3e37364671a294ca047c02dc5c1200e0 0.02 MB 56 32
232,709 232,709 000000000000005e41a92807343a129f76d40f538b2070f8e48bac248ca1424b 0.19 MB 332 134
232,708 232,708 00000000000000ce204d517e5dcc47f2b90f5ed03ba31322164ebd99f5d111fb 0.25 MB 576 138
232,707 232,707 00000000000001735f6d73dcbb0f8d1cadc128ccf11660b281224c39363b1145 0.18 MB 93 55
232,706 232,706 00000000000000fd8ced051319925b183168fc8b37de7e004cda66bbb852866d 0.25 MB 649 205
232,705 232,705 000000000000008bad410b6bcbe5edf1fb4185efbd50e0332c4f464c3d07ef5e 0.05 MB 124 89
232,704 232,704 0000000000000181ebc862d2f9c6a7cb33d773adfeb37a56f5d26e1e5ddfd2e2 0.19 MB 446 211
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.64 GB sent, 92.67 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.