Memory Pool Memory Pool Refreshing

8,892 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (803,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,104 104,104 000000000002e7e423991a48dda4d65ca3132d60e14dca07c009edc0a81aef31 0.00 MB 19 0
104,103 104,103 00000000000087a913ae8e56baf9444e6955efc1a9c40cbb0c0aadb8dd641b3c 0.00 MB 2 0
104,102 104,102 000000000001f9c9af30798879cab6471a9d0d3cbb459c62cc98b39c60f0d7b1 0.00 MB 3 0
104,101 104,101 00000000000348d89c1e4a95ceea4fff1342ce30d7d3681bc24e1f22c5340cee 0.00 MB 6 0
104,100 104,100 0000000000007d5087d7620c50584917de5eb2af159f95b17296e2993706d6e0 0.00 MB 2 0
104,099 104,099 00000000000096ea505d1cfe93eb1362ff93235ab37736f921161396860d687c 0.00 MB 2 0
104,098 104,098 00000000000064407e6e7e4ab74bd2a90b57936a9cb48374646e7ee90e0382c1 0.00 MB 2 0
104,097 104,097 000000000001a1ce1fa9d466b055aeed74c5d9b5f97bd616821fdfca8ac7247f 0.00 MB 1 0
104,096 104,096 000000000002c5f23113bbbf4bb62014a4f59041b02974022b754fe59c61f438 0.00 MB 1 0
104,095 104,095 000000000002e955bbfd1d15bcaf1b05ab619cb37694e4f012b6b524db00f08f 0.00 MB 7 0
104,094 104,094 000000000000f9a3155b218502e44e88cc0d2b379871b66dec22d899875a367b 0.00 MB 16 0
104,093 104,093 0000000000006f22b0e7d7c741957af05ffad057e99bbdeaa732e3361a7fa4a1 0.00 MB 1 0
104,092 104,092 000000000000dabe7c1fcdc4bc4ac0574b10e98d23a81e459b7b86a9db6e1cff 0.00 MB 3 0
104,091 104,091 000000000000043dba1523f4ef83f8d9486b6811ee690e613a7032375204891e 0.00 MB 1 0
104,090 104,090 00000000000063657f55c0c92cfdd1aa31d841aef6495a23d1c20ef412e60a32 0.00 MB 8 0
104,089 104,089 000000000000de56971dc23a6e739cccb0bb05c2dbf80a443a11ebe7abfeee90 0.00 MB 3 0
104,088 104,088 000000000000bec1f7ff20c679a0311cc9211707c2d43296897b2c34f44076aa 0.00 MB 13 0
104,087 104,087 00000000000145b108b83899b2fae81561221acb27410c46bb42170da2563d40 0.01 MB 22 0
104,086 104,086 000000000002e8eb3def82b078bb2648af15fa8cf029ca21742228d3e4fd9c20 0.00 MB 3 0
104,085 104,085 0000000000012430da4c2f2da8d6277ef2fba59dd638cbc9985353c0b6c4a987 0.00 MB 2 0
104,084 104,084 000000000002f95efad8ad4d13c3a582999cb2d459ce2edfde75fdb2cb210d3d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.