Memory Pool Memory Pool Refreshing

10,007 transactions
4.59 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (749,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,031 158,031 0000000000000e46c575d15f05115d889bd1cf65cb6637c4882ad21f8407aaa1 0.00 MB 7 52
158,030 158,030 00000000000005a2f28edc44b97fb54e7ac95b33834e863e69ab4690fcb73ea8 0.01 MB 11 874
158,029 158,029 0000000000000a81e05dcef27d6666781ab0f6b2ff56e9222a4370613ce0ec9d 0.00 MB 15 444
158,028 158,028 0000000000000d04af95d4a0e0a8baa03f70bf472c6c098737fc617828653f47 0.03 MB 95 15
158,027 158,027 00000000000008218d36a38f6e7438edd8ee71bcda5c771f1d999c213c3c042e 0.00 MB 12 0
158,026 158,026 0000000000000a12ca559e5151755fd9a6b911652c6f9103be7f31f4dbf9c1ad 0.02 MB 32 54
158,025 158,025 0000000000000475de274bb9d02c1be16c442f98a823737bf9492630c1d79a64 0.01 MB 23 116
158,024 158,024 00000000000003ea3bb6b374c7977a85f5e277e702ce6d4d4cfa24eca027efba 0.00 MB 15 56
158,023 158,023 00000000000003f8e96fb123e18c255f30e015107ed59891939c12693e012a62 0.00 MB 10 46
158,022 158,022 00000000000000962c529b31b3d4e99ed52f2bc094439fbbc9124d9598d88133 0.01 MB 24 284
158,021 158,021 00000000000008ec6b0adfacbdf4af408f329a2be6328b87939aa1a692db6bb2 0.01 MB 31 233
158,020 158,020 0000000000000122d90beca26121b47be70b96089fb5c984720309476d479986 0.01 MB 21 0
158,019 158,019 0000000000000ad8a84327e62cc80455415556cfa617d7f5c61cd6beff3843a7 0.00 MB 10 776
158,018 158,018 00000000000002c80248d43f6d0aa07bbffd978145972d43e9446c637e02e538 0.02 MB 37 170
158,017 158,017 000000000000075c40f9ddd5d5a4f1c678b0bbac23a982cb6735a559492de5c9 0.02 MB 64 36
158,016 158,016 0000000000000502e2eab12167c1cbb20baa82a8c0cecdd9cffd82793366c442 0.00 MB 13 61
158,015 158,015 0000000000000a3ff4cbb96ffcb8fbcb6e8e8a0a52833ef446ecb728f49f7ce2 0.00 MB 13 17
158,014 158,014 00000000000007a3d23b7f9b54bdca888fe8eab7b407a9a5b1484cdd5d28286c 0.01 MB 23 180
158,013 158,013 0000000000000404bf4e066ed8b1bf1da2c5d334ab99e12f773a0f79b1af8808 0.01 MB 14 62
158,012 158,012 0000000000000788a3a42fa4ecec2b57d206975c644e42425d0f6f17052c3f9c 0.05 MB 181 71
158,011 158,011 0000000000000844d259df094fa393531e62209036e2ea479c0168ec7cefac49 0.01 MB 21 136
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.