Memory Pool Memory Pool Refreshing

5,685 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (617,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,569 290,569 0000000000000000f8532f0699a8fe215bf3f98809c895d8326862d240f47e42 0.35 MB 760 26
290,568 290,568 0000000000000000fd86c4eaa9daf500ee74517ec26bcc9b7133346d0300e61e 0.25 MB 302 20
290,567 290,567 000000000000000097806beefe4c2d81ce98633ef3b845a091b7435b49911917 0.19 MB 512 50
290,566 290,566 000000000000000006ed09d88a19ed58bc4980f0f4830185fb271278a6df14d3 0.35 MB 972 39
290,565 290,565 0000000000000000c738c5ac52701ba548d3e62929c813c9e7f4e5530f9408f0 0.19 MB 512 64
290,564 290,564 0000000000000000d3e8c7daddd9a4148e0c27dd62723751d91deb1d9d102ad4 0.25 MB 714 71
290,563 290,563 000000000000000026b5557b93a7eca75fc6aae0250249aede21c03ab7c533dc 0.13 MB 309 48
290,562 290,562 000000000000000038370bba6b66b6e288628a49ea31d80fe483a19280a393fc 0.22 MB 388 26
290,561 290,561 0000000000000000bbd46f173a6cb7b1392a5497cb224422c04df46d60e44afd 0.17 MB 512 34
290,560 290,560 0000000000000000f0a3d38530d0718fd95f79b37941e1f0f2c83c4d5e2cb6f7 0.46 MB 891 40
290,559 290,559 00000000000000004e7d26b6fa36535c273c34312c8ebc2c6f8d7518368b6a47 0.35 MB 477 37
290,558 290,558 0000000000000000d075b65ea0badfc91790658d084651b869e0235dc17dc9a7 0.90 MB 672 16
290,557 290,557 00000000000000004403dd17c3101abbd840ae4562132f0f76c504a70712b9e8 0.35 MB 560 16
290,556 290,556 0000000000000000e8ffd428413b2d8cc373967e28a0df5d14b612683377bf4a 0.16 MB 512 65
290,555 290,555 0000000000000000254e54667e9de468b555f2fa293b0688081f6128c9587c0c 0.14 MB 262 25
290,554 290,554 00000000000000006fd8be0b1d91693d930d9b380637a96dbae1a323b66bbe72 0.21 MB 232 22
290,553 290,553 0000000000000000fb03be695b230ca4c855e303b83a6d0001e225b23f882d9a 0.67 MB 198 13
290,552 290,552 0000000000000000d85e4bca7d6cc031cb6ebdc6e9100b8312bc4260319eb26f 0.35 MB 314 18
290,551 290,551 0000000000000000acad1aa6bdfa50f82e5e821d417d900322cece6ff7df3823 0.35 MB 719 24
290,550 290,550 000000000000000051ba2dc775572b0649fbf67cc59460882204dc06d31d0ec7 0.17 MB 512 54
290,549 290,549 0000000000000000878d2b7b4571bc1b46dabbe78836f48250d1319b6c78cbc2 0.35 MB 866 36
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.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.