Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,832 (126,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
781,312 781,312 00000000000000000002c213721ef804d53774621a26f73c59a701f172f5f5cb 3.02 MB 1,107 11
781,311 781,311 00000000000000000002b3b316ebdd7811c58c1520b1cfef28f7a232cb78934a 1.13 MB 856 17
781,310 781,310 000000000000000000028b983bac03f6ea16f97ea8132b11e0b9a5465f2e7bdd 1.28 MB 2,027 37
781,309 781,309 000000000000000000066b3b05a26291dade0955d7dbc1e248b6fa5a6c075dc6 3.28 MB 1,155 10
781,308 781,308 00000000000000000003cf3483960b429758af29b701e0d574e8213d5dc393c1 3.16 MB 968 11
781,307 781,307 000000000000000000043f351f453aa1cb5ac6f2b5090e551c19c4ab385897e5 1.87 MB 2,021 22
781,306 781,306 00000000000000000006637a067d9e9a694fda2667add5cf70ba2ad665de7321 3.67 MB 583 6
781,305 781,305 00000000000000000001a9fc605559280dcc8860e60ae78e6e5c15dcc6798a01 2.89 MB 1,147 15
781,304 781,304 0000000000000000000542206dd16245a4c199de787b8dfad378613f4dcbb4e0 2.20 MB 360 6
781,303 781,303 0000000000000000000618d75fcc4d29bab895533132e37a89882822e2351e96 2.38 MB 1,059 17
781,302 781,302 000000000000000000066df053811a83f18f62b88bde3a4224a3587744327387 1.69 MB 1,488 28
781,301 781,301 00000000000000000002eaa0e7bb41bdc21f66c89ca0c21e447d10269bf8dafe 3.40 MB 689 8
781,300 781,300 0000000000000000000614aa00b4db0b2e4568c9f6f5057507cba32c19b0e8c0 2.12 MB 1,536 14
781,299 781,299 00000000000000000002668f7469ccb387d6aba59566fc213ceab8d050c2d662 2.30 MB 1,463 18
781,298 781,298 000000000000000000037afd8eb3326cd17d3a77d70d40b185f4cae34713f215 1.94 MB 2,231 21
781,297 781,297 000000000000000000036b963eb9a142e69147160dd37a215c99fc6580f416a8 2.26 MB 1,100 11
781,296 781,296 000000000000000000011dba3a1dcc9c2c3a74f15c7f25339781b130427a867b 1.90 MB 1,387 15
781,295 781,295 000000000000000000052363a51805b6f973e55b4199bc1adf3dd200a29eb9b8 2.30 MB 1,317 8
781,294 781,294 000000000000000000017d54c829af840e4b30ae9e8155da251d44fbf08d27ec 2.84 MB 582 16
781,293 781,293 00000000000000000003b4348e2ec6bf405dde96b375ccad7a3f592f29b9d635 1.65 MB 1,089 21
781,292 781,292 000000000000000000022bf6c065c7212f768ef393410741a83df33619de85b0 3.12 MB 712 8
Previous 10 blocks ↓
Total Size: 769.23 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,634.73 GB sent, 94.06 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.