Memory Pool Memory Pool Refreshing

10,402 transactions
3.28 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (610,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,634 297,634 00000000000000004cc5be78da596d5b16519bbe7fec399d106442cee78d7126 0.25 MB 512 36
297,633 297,633 000000000000000095ef27129daeb84bac7926254dc3e66b015c4ff6fd804d21 0.39 MB 330 13
297,632 297,632 000000000000000096cc1c97fb30bce419c4ca56fbdd1589a4eda7accef9d75d 0.35 MB 984 49
297,631 297,631 000000000000000051e8d64d21cc72686df0844c4c19e77608e562358931e8f2 0.64 MB 1,135 31
297,630 297,630 000000000000000032b31d9245019325261bdde4bd527e780646d10f33de8bee 0.21 MB 306 25
297,629 297,629 00000000000000009c069e9045077204bd91e94261071cc2e7fbbc9633239492 0.08 MB 128 22
297,628 297,628 000000000000000049262407eff2d9c43d7e0dcbd0d923dbfdce17fb68136671 0.51 MB 256 12
297,627 297,627 0000000000000000634a1c9bbb3a4d4de50f256ea91f70f640ecfba9799bf467 0.35 MB 586 26
297,626 297,626 00000000000000003cf9af5f056ca711eca3b8e46c7470e9a90c7dbc104f88f9 0.35 MB 685 29
297,625 297,625 00000000000000003bb63bdcecf1950440569087987a220f0ce0e18920116a5c 0.35 MB 990 47
297,624 297,624 00000000000000003d193e331ef9292435e7b99eab1fba7b6df4bb2f957005cb 0.18 MB 512 49
297,623 297,623 00000000000000003c877979e5e33d5fd51393711d2ed27853762b47b52184f4 0.15 MB 232 28
297,622 297,622 000000000000000067162cb98c25f391cffc45d708bea5ff5219c3a14667fb53 0.24 MB 422 27
297,621 297,621 000000000000000028202aaa6041591136f04bb107faf6179b684041e40a7b7a 0.74 MB 974 25
297,620 297,620 00000000000000005d86d097d44179004166962b08424205bf97f0a1da5dac90 0.10 MB 256 44
297,619 297,619 00000000000000006321340be13d34349f0d719a36c4c92a54152a03c8941aa2 0.15 MB 379 49
297,618 297,618 000000000000000083211554dba29fb1be7125f1a797a93e8313fe1a173d9988 0.05 MB 124 32
297,617 297,617 000000000000000050ea89d0b8a71e2c3c97fa3e5b7b8e51bbc1c145f4270f5b 0.25 MB 401 29
297,616 297,616 000000000000000010ee03f173dfc0826661f1c28cdf1195ab8abcb1cb3299ad 0.17 MB 140 16
297,615 297,615 000000000000000091e6b9ff2ecea19e9cc406ad0964e1ea04a6e3f3c406d637 0.11 MB 128 24
297,614 297,614 00000000000000002d8a5813bf17d6f69ba06c747419fb52bcd2f336304a58c8 0.35 MB 434 22
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.