Memory Pool Memory Pool Refreshing

3,316 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (748,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,833 158,833 0000000000000ca466a7a02caf10bae74a8999a622b0268ca9b560dfb3972deb 0.01 MB 17 17
158,832 158,832 000000000000052d617ee81a7b2937c9f54b9211f377bd2629aba45e2d76d007 0.03 MB 29 34
158,831 158,831 00000000000001bc4c984223cedda2c885621b8ce1267df18fb9dd693e6ebaac 0.01 MB 12 0
158,830 158,830 00000000000002d915fa425d461c44b452ddd0449d32bdc058268e1c91f10f32 0.00 MB 9 153
158,829 158,829 0000000000000dd3774990fd23f5ba995a6cf7e0b80df5815d50c18dbca8dd57 0.05 MB 18 308
158,828 158,828 0000000000000af77a300aadc37c4ca330392e09254235ccca74f7de368a87fa 0.05 MB 162 14
158,827 158,827 0000000000000e6c27c3a08f9d94542e46708a8f91d920263c34f5a866b7ceca 0.00 MB 13 15
158,826 158,826 000000000000014c5428aaa97162f4f112b0134d5959721fb3a86b6ffa5bc2ab 0.01 MB 19 59
158,825 158,825 000000000000033e0bd091ee70a0759163d253ab16fc239c08ce4dd96aa1e9a9 0.01 MB 19 44
158,824 158,824 000000000000019cc529ee88878a0740c290812f1774606e87ea082ecb8158ac 0.00 MB 8 633
158,823 158,823 00000000000003f4a3cd092bbb21c7401d95ce5ce6071035247e726715814f4e 0.03 MB 33 62
158,822 158,822 0000000000000cb57043b66b57b6ae34d13d0546ab9ed5a036a623cfb8d1a245 0.00 MB 12 0
158,821 158,821 000000000000056624bd5b23387769c8cc242292a961f09a5dbaf1793bf0d936 0.02 MB 23 137
158,820 158,820 0000000000000d2ac878ea1c49f198854b3aa0a005bafd8787afd6a2b379cc36 0.05 MB 61 31
158,819 158,819 0000000000000e19a828db05ece5597d02ded16ab0884318c31cb7c024f25afc 0.02 MB 69 122
158,818 158,818 0000000000000c2ad2ac7d6bc8e29f80eb0552c45670e4b0a222a4ef07b0df98 0.05 MB 67 118
158,817 158,817 0000000000000be5580fb092ffe0f59978d740fd6f5d81351c98c7df4b1009d1 0.00 MB 1 0
158,816 158,816 000000000000096b2e98b591eed862fdf4ea45834bf6f5b703326113d7c49b8a 0.01 MB 20 17
158,815 158,815 000000000000008099d940f6e108f1659ed57100a7495121d0060b7286048263 0.01 MB 21 223
158,814 158,814 0000000000000532d9ce760b06e069708fd2a47d19d5f658da6812bd7e01e6a8 0.01 MB 10 38
158,813 158,813 0000000000000dbd8228d10874a4528385b2f849431c672b7211e68e0f4548ba 0.01 MB 51 0
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.