Memory Pool Memory Pool Refreshing

2,881 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,876 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (617,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,953 289,953 0000000000000000abd51e4cb90972d23cbd06d8b17fa8277ec591d639223316 0.03 MB 64 6
289,952 289,952 000000000000000048657b4fe39467974358c3a54f21d262b5fbb558893ff83b 0.43 MB 457 23
289,951 289,951 000000000000000016709c446226a66f334382db8616d868a0bc1bbfb2de8f42 0.50 MB 1,410 47
289,950 289,950 0000000000000000f444b5cbacdadb15aed0a235c667618e37186d2dbb8cc7cb 0.03 MB 71 36
289,949 289,949 0000000000000000abb6e2f1534c86e03e6565c016e940ce1b04d57c2a2c2c60 0.11 MB 269 92
289,948 289,948 0000000000000000a0be81e5fc5522b7ad8365a81064a0d8a959f8974592eaab 0.06 MB 112 48
289,947 289,947 0000000000000000feb8483c814d13bb309cb113f80c8a98998da4a0c0d73f6f 0.10 MB 189 24
289,946 289,946 00000000000000004e65f0e408793bee1a5ecd0cbd0aa35b2dc13dddaff181da 0.23 MB 412 30
289,945 289,945 000000000000000064045a4ec18dc594e1cb72ab16d2002f184cdb7b67c64a03 0.15 MB 289 24
289,944 289,944 00000000000000007abadf07c4a2a4572478754565d8ed37eb076346a94834ba 0.46 MB 397 17
289,943 289,943 00000000000000004fbd1b8b742671957c99ee75631a15ed6f0d9683a1a2739d 0.50 MB 982 36
289,942 289,942 0000000000000000771495f1cc3ce33d1b49c66c64e6844505654c59b52173c5 0.25 MB 398 20
289,941 289,941 0000000000000000b41ab3ed6a5274c559f87fdbf7661aeb1e50bfde53a4a497 0.25 MB 723 47
289,940 289,940 0000000000000000334529d1222c9d10755a27727514cabce6fe16f6746ba3cf 0.03 MB 64 32
289,939 289,939 0000000000000000faec55163d0b9632b5a39d4f800c02f7d1f76ab0ff756276 0.25 MB 569 39
289,938 289,938 00000000000000002ebb52b8740fafe08dbb9133c9cc0d41f4e7d7abde03e67f 0.25 MB 578 38
289,937 289,937 0000000000000000cefb49b8a2b78e44601fbb8899532b318b7900780c617172 0.30 MB 558 29
289,936 289,936 00000000000000005af18e0ff3ccaee96a137f45ce406761bc61cc2812245710 0.05 MB 80 28
289,935 289,935 00000000000000009a5080e5eef8520e2613fb4a7c024bf275414ecf231e6950 0.10 MB 157 15
289,934 289,934 00000000000000007850d0cb42f9df93ef19679678c16c05c3c35599b09bb493 0.30 MB 535 29
289,933 289,933 00000000000000010557286d887f5f17f7b736d8f526e59bd605f19a2b4415f2 0.07 MB 136 34
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.