Memory Pool Memory Pool Refreshing

17,946 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (66,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,716 841,716 00000000000000000002ebc1db4ca94d79841fc846cd21451504d0b9518f0141 1.52 MB 5,207 21
841,715 841,715 00000000000000000002deef168c79ed5589592be462782fd3f4b8940a16e4c7 1.59 MB 4,758 25
841,714 841,714 000000000000000000012efb054237c10a12729a8f15b8fc9a3b4ffa71f64c32 1.58 MB 5,860 21
841,713 841,713 00000000000000000000fda2123bd81f86670d78df00f7244c57fd21a65abd42 1.74 MB 4,592 18
841,712 841,712 00000000000000000000996cb99b2ef96bad7a7e13c3d5775747e7d65d328f86 1.58 MB 3,604 26
841,711 841,711 0000000000000000000072404aa2892ebc7f1ce005bb991939f52b08862a8873 1.64 MB 3,293 25
841,710 841,710 00000000000000000001164851b753450d7c23a7b798c31be4aaa525c236e306 1.64 MB 2,277 20
841,709 841,709 000000000000000000027a50192e18474167686af52a555b8f04c526ba1115f8 1.66 MB 2,082 28
841,708 841,708 0000000000000000000223018f44185dff5a511e986a624e7271e87a7143bf47 1.53 MB 2,694 42
841,707 841,707 00000000000000000002032f7c7f1382552d62fa5afe3bf77b423c2a2e178d66 1.44 MB 3,639 21
841,706 841,706 000000000000000000024cd6920c63e0c48e6ea01ce834bff1c023130c5c9dbd 1.67 MB 3,775 21
841,705 841,705 00000000000000000002297d86818ee5e741fadd5d54694c2df1745792540f4f 1.83 MB 2,510 22
841,704 841,704 00000000000000000000409a96b644f5c32da4bc2017341d08c27b683ce6696d 1.54 MB 2,988 38
841,703 841,703 00000000000000000001546fd4882f6d4442739c4ab650f39ea7c681e5ff78a8 1.57 MB 1,688 20
841,702 841,702 00000000000000000002ec32d9686c7bbd83736125c31039af1b2e2bc383e486 1.55 MB 2,624 24
841,701 841,701 00000000000000000000f2a6824bc129e9b11bd0096dac8bb12fff6db62187ed 1.67 MB 2,816 32
841,700 841,700 0000000000000000000235bb4ff2e011d3cf360975abda3eb6f6d15d9843c54f 1.63 MB 3,290 33
841,699 841,699 00000000000000000000f85e670da77624bfa5e85c1db6bd751cc8060e6d9928 1.65 MB 2,908 28
841,698 841,698 000000000000000000009d45702aa6b9e57dfbe954540cb4f9e65bd31224c9e0 1.75 MB 2,068 40
841,697 841,697 00000000000000000001d36e0959ee34f13e6c3d341a950852ecafb9df307efb 1.70 MB 2,654 179
841,696 841,696 000000000000000000032934866fcd4961d08c273fbdaff8937a94441466ed41 1.65 MB 2,591 30
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.