Memory Pool Memory Pool Refreshing

17,826 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (38,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,198 869,198 00000000000000000002043e95964c355bb333c071cfca0d74a5ae6ed59000df 1.46 MB 2,522 3
869,197 869,197 0000000000000000000172a4a45f1415b1286bfba0603cacb1f768e04519de16 1.61 MB 3,379 6
869,196 869,196 00000000000000000001ddbbbb44663cc17f98b263b20f26494b885f2843b3a7 1.70 MB 3,098 5
869,195 869,195 0000000000000000000029ce879bfaafb76fcad55b32d05c0db1e3f842788721 1.64 MB 3,924 5
869,194 869,194 00000000000000000001691760b7f288d4b3d0a81bc5ac84106f9e4e9302e576 1.80 MB 2,285 3
869,193 869,193 0000000000000000000037c770142559b241cfff673dc8dffaba2f630560405e 1.51 MB 4,951 2
869,192 869,192 00000000000000000001e62db434a0e1a8fc1d8416d2d42cbb6255b5848d6419 1.57 MB 4,440 6
869,191 869,191 00000000000000000000304840e1c7f7ac17967b43cbf96162ed9327836e733a 1.36 MB 2,337 2
869,190 869,190 00000000000000000002218b19b3b5a276172ac5056817bba83854bca4a30c27 1.42 MB 3,927 3
869,189 869,189 00000000000000000001e70652721e8c4ab9de956393cc6ec3abc2d0b292c926 1.82 MB 3,965 3
869,188 869,188 000000000000000000018a54e612d87f7012bea22247c5649ce047e7e13c9a54 1.49 MB 5,613 6
869,187 869,187 00000000000000000000b466ff1f82159da1b741d4af041470e5c84895dd634b 1.54 MB 4,587 5
869,186 869,186 0000000000000000000073323b0f5d17ecb0e6d1269a6b89aa40d5caab54e652 1.53 MB 5,082 5
869,185 869,185 00000000000000000001a63932c16bac43d80222a0b609caaa51680131e720aa 1.34 MB 2,910 8
869,184 869,184 000000000000000000013a8efcc55113e8fb3b718a4a8ad467cedbd6efbb7822 1.65 MB 4,199 3
869,183 869,183 000000000000000000003a2fe78aa87d195f242a8537cce372d791f3cc75bda1 1.54 MB 3,848 6
869,182 869,182 00000000000000000001e933dd9c6b6e9ede0dc68acda6ffb2f955febdafc234 1.65 MB 3,840 4
869,181 869,181 000000000000000000019c91bec410560ca6c463c24bcc857bbb041f7b9c5c06 1.52 MB 3,460 9
869,180 869,180 00000000000000000000d7be182c718affd6f5137c479ee5d80fbb45cbb6cddd 1.74 MB 2,769 3
869,179 869,179 0000000000000000000153dfa90eab5a1df4fcc82b2fb4e4b697856e5a9a394b 1.56 MB 3,666 6
869,178 869,178 0000000000000000000136af0c214a4b003f43bd80a3198a1cce5529a26b2c9a 1.47 MB 3,228 7
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.