Memory Pool Memory Pool Refreshing

7,030 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,676 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,800 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,675 (564,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,814 342,814 0000000000000000143791efb3240e210fd7d1ea7d8629725bda4ff00c869fb0 0.26 MB 412 17
342,813 342,813 00000000000000001359c98c20f40adc067e3672f9276b6652fc174494077850 0.17 MB 481 30
342,812 342,812 0000000000000000053d68a81be2eb2429bf96945d15844df81efce492729a3b 0.60 MB 1,023 22
342,811 342,811 000000000000000017eb6c93b69a286f52315b43cab3665e75085552bb76d323 0.36 MB 537 21
342,810 342,810 0000000000000000132003af47c60842c661fe6e7d9b758fb03b4066fc8d1e7d 0.90 MB 1,181 18
342,809 342,809 000000000000000013729aa13c72aadaab74cb96f9ac9697aafbb5d0a59e5ef0 0.18 MB 145 12
342,808 342,808 0000000000000000006d7c1b7b4acb41b608469ab9bc77262dd2e50c29fa1b79 0.04 MB 64 18
342,807 342,807 000000000000000007cf3ee15bb420f58d359a89ff7336dd0e38b781fa8ff807 0.18 MB 206 12
342,806 342,806 00000000000000000ff3c106570d62a182478b0a49f5678ba4c9775973f506e6 0.63 MB 864 19
342,805 342,805 0000000000000000150c7478db9f1d2d7ac35f18063f0cee6bb37aee321f0960 0.29 MB 586 31
342,804 342,804 00000000000000000b9cd78d32735f3ca623ad1595a45e01f303c2a8a3a9c8f4 0.10 MB 138 7
342,803 342,803 0000000000000000175840bbc06c00d8195397832899b1db44764af07447cb39 0.10 MB 86 5
342,802 342,802 000000000000000017f31e36c2758ee4afd882c49a8605fe0534f024242d6a52 0.83 MB 1,614 27
342,801 342,801 000000000000000010ff5502b6d6c4e0e8be0191823ecc1e7ace8e282f9a8e52 0.43 MB 804 30
342,800 342,800 00000000000000000530a695d6a35838c37a931a1e515aedd1acd0f4429bd11a 0.04 MB 128 38
342,799 342,799 0000000000000000047e971945a68360b1ced6467e1ea8faff8097b5caa2383c 0.26 MB 483 37
342,798 342,798 000000000000000000a9b949a780c2c279f1e430c424db7c84621e58e8ae6e4d 0.50 MB 938 26
342,797 342,797 00000000000000000e316c1bfa65180d9215ce09f315d7aca2a8fe29eb91e156 0.33 MB 669 25
342,796 342,796 00000000000000000a7f0d3e3e09550f3f600fe802005e335c70c31d4e130e5f 0.06 MB 105 19
342,795 342,795 00000000000000001364e23d9757ac8bca740b7c31a409434806addbb741b184 0.54 MB 633 19
342,794 342,794 000000000000000004e516a19c1606b777858cc7d03405f6e6b5607b239b385d 0.19 MB 188 16
Previous 10 blocks ↓
Total Size: 768.94 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,613.10 GB sent, 92.49 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.