Memory Pool Memory Pool Refreshing

3,244 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,100 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,861 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,099 (816,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,724 91,724 00000000000d30c1be2938994bb3783b253503f15d7cf43442be18a97d263f3e 0.00 MB 1 0
91,723 91,723 00000000000ca2e14ae09ec763bdc44846b97d77f31e0145f66a34fe12768712 0.00 MB 1 0
91,722 91,722 00000000000271a2dc26e7667f8419f2e15416dc6955e5a6c6cdf3f2574dd08e 0.00 MB 1 0
91,721 91,721 00000000000a30044feb1a9010445c5b6d4cdc3f32ca747cff2525c32976ba42 0.00 MB 1 0
91,720 91,720 000000000007f46268b372e2349dc0199ff8650079f137d4582aea527b8ebf70 0.00 MB 2 0
91,719 91,719 00000000000df87c8a979281b694f074a0d8688ca1bd534b41615c05367c810e 0.00 MB 1 0
91,718 91,718 00000000000717140a564a8ebfc54984f249d2fc0da5e922e8d3a1e9251858c0 0.00 MB 1 0
91,717 91,717 00000000000c03c8d61d1624aeffdebd4927a6b3fe20f88ca2202ddf3603ce78 0.00 MB 1 0
91,716 91,716 000000000004e0b85eac88ffbfd3549448e3ffeef6e4fac93cde17e80093ad60 0.00 MB 1 0
91,715 91,715 00000000000732d1178b16e5daf76810fb80fe93b61c47f24f88cac49dbd8d81 0.00 MB 1 0
91,714 91,714 00000000000602636d72e2f1237ebfdfec3df808a5b6b2aad262d267e806cf70 0.00 MB 2 0
91,713 91,713 000000000001f33e11ca5b0d1bf456244077245243ab09941cbf81487b44e9ad 0.00 MB 1 0
91,712 91,712 000000000002e4412133a11ce98bde7d875fce84491586bac168600bbe424e8d 0.00 MB 4 0
91,711 91,711 000000000009e12c953cce54d1aa077bafebf7ceae5d6c5b3b251baf34496070 0.00 MB 1 0
91,710 91,710 0000000000022ffb3f11c8fad47bcbc97fab388fd0139014036895a21563cb0f 0.00 MB 1 0
91,709 91,709 00000000000b7c4e26360e9a3f7f2edbcb18029118f75c28819d7ae7067e4c96 0.00 MB 1 0
91,708 91,708 000000000001d8bc8e2584cf9565b602dcec10aa00bca6f4bf22a1bc4659b20d 0.00 MB 4 0
91,707 91,707 00000000000659217bb43df02c8c5405cc6f1e90ffe7d9018f7290944df25d5f 0.00 MB 1 0
91,706 91,706 000000000009b5bf78814151ade0645353ca19a82bd80d9fdffbabaea2a375c6 0.00 MB 1 0
91,705 91,705 00000000000176b6c00592ed3924b056b0ab9a8aab662476963f8877333a77b5 0.00 MB 1 0
91,704 91,704 0000000000037c9b65f3bd0ce4dbe5d90978d9817c72e5484e89317dc44f7d1d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.96 GB sent, 96.55 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.