Memory Pool Memory Pool Refreshing

2,053 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,044 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (813,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,737 94,737 0000000000075e01ff79dd030679961cecb65f7db71b3c42d567232f33f0bf0b 0.00 MB 1 0
94,736 94,736 000000000006a80e5630cb14cb34f1bec8211742ba5a547ca1a2a31b89905a35 0.00 MB 2 0
94,735 94,735 000000000005e210ece2465967d32b14bdf5c49bc8206ea7fb76303ed7715e82 0.00 MB 1 0
94,734 94,734 000000000007920291e2121d082539674267567dbe75b34622cd3636726b6d84 0.00 MB 8 587
94,733 94,733 000000000007c5632333246ca4495db5b573d7e44b476a738e1220b485ec1df3 0.00 MB 5 0
94,732 94,732 00000000000337f62d50d50b5c399cf65d977739b67581798fa6d8b26b8c1e15 0.00 MB 5 0
94,731 94,731 00000000000329b774ed64948b690d16113163f5f3e58ce23187086f5ecc4927 0.00 MB 2 0
94,730 94,730 000000000003ba2d009348da4c55c4ad42c89cd934df599e7732e621bfcced44 0.00 MB 4 0
94,729 94,729 000000000008830c3c0fb79b68aab46b99e09b2026e88cea52812820db8aa9bf 0.00 MB 4 0
94,728 94,728 000000000006dfbc9e5cd17150255e0894f161f89277b99371487e4b819fb316 0.00 MB 2 0
94,727 94,727 000000000005936d134a63a07d3bcfec12853b0f974fe4d122540b703eea31f1 0.00 MB 1 0
94,726 94,726 000000000001cde5ec8a3a4ff0fdd4dd5c24e669a950b53161c419fe47863b4c 0.00 MB 1 0
94,725 94,725 0000000000035e21683b5a0e9e8795207233fbab27c7444c839e95300c5f409e 0.00 MB 1 0
94,724 94,724 00000000000139cce62113be34198e3d813daeddea45825fe51b7b214620b811 0.00 MB 1 0
94,723 94,723 00000000000777a187d1e4cfac0230a95ed3e2b516187d5e4612244080d23e78 0.00 MB 4 0
94,722 94,722 0000000000025048860be5b6f4468f3482772c6a5f33d006ee823b554eb399d6 0.00 MB 3 0
94,721 94,721 000000000003ccb6206739b891dc630480ee350f01f078285b2a344d905f895c 0.00 MB 3 0
94,720 94,720 000000000003910961d738bb3cae6a739ab915529a4e8d08af1361de92acc180 0.00 MB 1 0
94,719 94,719 000000000008478e88248c361714bc7844626830a470b2035910644125a9830d 0.00 MB 2 0
94,718 94,718 0000000000064f561883e7d56a4115e3f966802a9c217e157aa0d7070db929fc 0.00 MB 1 0
94,717 94,717 000000000000232047b81729808eed980e22951a5dc6577ebf52100885c10ae2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.38 GB sent, 96.88 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.