Memory Pool Memory Pool Refreshing

4,356 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,845 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (784,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,146 123,146 000000000000287d2e3e510f68c132fbc106fdb1bd720282f28ecb9b8141efd7 0.00 MB 12 939
123,145 123,145 00000000000017b2a623a3c1474cf8e05fb3143d5509460f6fc8fa34cd43c304 0.02 MB 35 707
123,144 123,144 00000000000011db1591dc83f7b14920ca1c0d42a44caf99571c5146e9f7eafb 0.02 MB 47 1,602
123,143 123,143 0000000000005f5d2e552d8640fc59b04cbf31b57521fe344c39efef577c6b3c 0.00 MB 8 0
123,142 123,142 0000000000000be5e7062a350fab99741ee3d91a7d9fad71abbd77516a6e763b 0.00 MB 7 275
123,141 123,141 0000000000005baa45fc9b37baa01d8a010445f7bf2263d124bcd82431369246 0.00 MB 14 240
123,140 123,140 00000000000031ac1f33c2a12efa0b29a23c11dd2e3aeeb1c94dea89394c789a 0.00 MB 12 636
123,139 123,139 00000000000066b120fca9fbfb45466d8f9c18cf6ca4e38dfe18fe9d646e52f2 0.02 MB 55 284
123,138 123,138 0000000000002312e0d0609c216a8929600e9e50412d410d5d9eef9e4df41edc 0.01 MB 11 0
123,137 123,137 00000000000008919bff8ac5b89bd29b3439d18f13d96a01969d809fc2c24187 0.01 MB 20 182
123,136 123,136 00000000000069c9a2a65c1492497038a66cc4fb22c3752f3ff7102e477e6782 0.01 MB 10 213
123,135 123,135 0000000000003071d0b31b648f79869731b47094eac30aa7a704e7893b835327 0.00 MB 2 1,610
123,134 123,134 000000000000070f3513d8137f7410bba20259c9e4d42f0ac61668ed7d74b299 0.01 MB 5 176
123,133 123,133 00000000000065e306e97ff485d0270b3f0dbc383887455a330f3c133bcba6dd 0.00 MB 1 0
123,132 123,132 0000000000000c350eac3f2434ab7c6a572b1661ce30b7e86bcf54ccb0c46f87 0.01 MB 17 85
123,131 123,131 000000000000386d958358e8764cef7c180674f7d1ad41f5b6570357aa359e13 0.00 MB 12 0
123,130 123,130 0000000000004e67977cc98be56258d01e73c168ec98352d04437ac4675f5e33 0.00 MB 4 3,303
123,129 123,129 000000000000457afd7a579288671e15cc12f1669300e5560ea3a649b0b1189b 0.00 MB 12 0
123,128 123,128 00000000000034d5879de6e12124bc2f77cab04ea8814a89da577fd1d6b84ac4 0.01 MB 19 829
123,127 123,127 0000000000003539e5ebcb2a034a72fba27c0c22c771ab85734a0dc9e2ca9778 0.02 MB 45 315
123,126 123,126 00000000000038da7a09d2144ef0b33f17b7c8a7150635155d063654938955ec 0.01 MB 17 193
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.43 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.