Memory Pool Memory Pool Refreshing

4,196 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,619 (828,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,537 80,537 00000000003f506b0ffda21f4cdac2402045dd456dc5e4601b3f79e02d875d9d 0.00 MB 2 0
80,536 80,536 00000000003ea88c7a6b2a62989392329d36a6ebf79196864bbdbd32536ec156 0.00 MB 1 0
80,535 80,535 00000000002c5b6cc73348020c4cb73768d543abb5475f61cc63898eee77fd40 0.00 MB 1 0
80,534 80,534 00000000001075b96fcad2a2e1e26579057a394a0b07774b0b978858c2d36bd9 0.00 MB 1 0
80,533 80,533 00000000003605ca142831d8ee5ba42f5ff4b5a12e571a83ce2627c0e07986b4 0.00 MB 2 0
80,532 80,532 00000000003f5f88e5de9c006e45cb3802f063603aebec89b7e05e68b5d762da 0.00 MB 1 0
80,531 80,531 000000000015310b8f12df9217f875152a7477ea6547a7f99625e7e29895baec 0.00 MB 1 0
80,530 80,530 0000000000056aec4c5d05aa5e8172df923a7aa6c36c745ad2d91e2d6cdb778b 0.00 MB 1 0
80,529 80,529 00000000000db27341012e5bc034ce1ab0051298b608dcb4cc5ebb6dd35cb425 0.00 MB 3 0
80,528 80,528 000000000012f01a33ea147e7f77f2fc42438983d121b3fe84b3fc81de630e1b 0.00 MB 1 0
80,527 80,527 000000000007b0b8c9b9ae69e62db93169ec93424fcb97d3e45a48079e89debc 0.00 MB 2 0
80,526 80,526 0000000000401697fc6c437accbf841513d530edae4caaac0d40e4689c747286 0.00 MB 1 0
80,525 80,525 000000000027c98a9bf5e6c9462413cc6bde927ff441105139387d85a50acf66 0.00 MB 1 0
80,524 80,524 000000000011e450a617d5fa1db0513d079b6a3a26e175c835479720d000a2e5 0.00 MB 2 0
80,523 80,523 00000000003c768412616240c657a1a22a5c4ec5a2818332ff4d916c417b4093 0.00 MB 2 0
80,522 80,522 00000000000c3d69e8349c9584d01814bcc3a1d3a6583ab5516f1a44238e7622 0.00 MB 1 0
80,521 80,521 00000000003dedaa816a961167cf66bc8acad789f3125c41a2b74ee22a67ba11 0.00 MB 2 0
80,520 80,520 000000000036e31280513a266d00e4d57d7bcac5542efed3eb5b4814acbbce79 0.00 MB 3 0
80,519 80,519 0000000000100a34b35e0ca80a5e22035b9562b85d20d43a840dea5bc020c712 0.00 MB 1 0
80,518 80,518 0000000000374f5fee411a753db5f3bc781eb31fa2f33bc2c6e8269a07b74ec0 0.00 MB 1 0
80,517 80,517 00000000002c81424eac6a6f4d6185acbd0be2bf723e5c7fe285c6ed81db8ad8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.85 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,850.08 GB sent, 101.18 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.