Memory Pool Memory Pool Refreshing

4,222 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (212,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,778 694,778 0000000000000000001260845cc81af83fdee27a515c476d70ea3181db4f3bd0 0.85 MB 296 1
694,777 694,777 0000000000000000001147d9ffeab59dbdd2c2a61de0209f6da60748bf984123 1.53 MB 1,407 8
694,776 694,776 0000000000000000000f9dfc4bfeaa5fe0a408abe48d81821976487c2416f974 1.43 MB 1,149 6
694,775 694,775 00000000000000000000c3b2a7960947b111c6ca50b8e2328b1ac32646d0faa4 0.81 MB 1,028 12
694,774 694,774 00000000000000000007e01b449352e41025f460311eff552e9a7f04ca5265ea 0.19 MB 336 14
694,773 694,773 00000000000000000006a0b75106309c4d7495e3fa9c15b2c2e7b1c6bcc298e0 1.05 MB 1,349 8
694,772 694,772 000000000000000000041e3815cb6681bacd51b9324aa0151a34052e0ec2950d 1.56 MB 2,612 12
694,771 694,771 000000000000000000009dd7338b8731bd20fc551890946bab4c8f34d7f3256e 0.07 MB 124 9
694,770 694,770 00000000000000000001df7749e7d8d4b6e95ad07ce3d05047546a2ec490b58e 0.94 MB 874 13
694,769 694,769 0000000000000000000172f23264b7ae3205d716630adc9b24d422f0d0781d67 1.23 MB 1,642 10
694,768 694,768 000000000000000000060aa353d5efef0aea35be2a91a91ecc03baf9fbc07a32 0.99 MB 1,179 6
694,767 694,767 00000000000000000000a1109fe17f30f5c19acbda041c79dc3c6713ba00e585 1.22 MB 1,203 5
694,766 694,766 00000000000000000008806e71513b8f45d6c670758792f22aac0e4909d190d5 1.56 MB 2,374 10
694,765 694,765 00000000000000000001a15c2d7ed00f57113d5bf55787fdaac05e23b1cc5cd0 1.52 MB 3,208 2
694,764 694,764 0000000000000000000128c2952717db6d453d6a79011ff2a2116cc72483e80b 1.54 MB 2,199 18
694,763 694,763 000000000000000000039777b11dfa1525374b1295eb45d9897ba0fc791066ea 1.40 MB 3,056 14
694,762 694,762 0000000000000000001323305bf265485c62d802a8f9eb8c16d9cbead706a29a 1.40 MB 2,664 29
694,761 694,761 0000000000000000000d2d9b88990b8940fd708676e94bbcc462a619aa2a491d 0.75 MB 1,142 11
694,760 694,760 0000000000000000000b7ad1b3e2b5c3928b1a324837373727cbb162fbecffcc 0.01 MB 25 2
694,759 694,759 00000000000000000012f6562a1c53b03d0e34096c380ddab0b39ac954144e0d 1.27 MB 2,371 12
694,758 694,758 00000000000000000002e60c5cf75ce6680563f255532967a69a22d6c769df58 0.19 MB 357 14
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.