Memory Pool Memory Pool Refreshing

6,169 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,696 (896,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,257 12,257 00000000e74f7f0c4e108fe19632a449727a5c2a0629b7d402998ba841d1e707 0.00 MB 1 0
12,256 12,256 00000000dd1044b29526d288f0c3bafeba41c1e0e897365b35797f493ca93b76 0.00 MB 1 0
12,255 12,255 00000000c20a29cf7bc65398f6fc1164b7fb82f817d5e56e9c9497263a3e1905 0.00 MB 1 0
12,254 12,254 00000000e5bd6a57a966cfa7a066c50abd4de46718052414ca34daee1c2dac0d 0.00 MB 1 0
12,253 12,253 00000000954f5e8958774b3221e64e4fdb54c9d460c092550931cd66f8792851 0.00 MB 1 0
12,252 12,252 000000000cf9168526796cdc19f87f1a66229abff84562c90454e4bfa6935007 0.00 MB 1 0
12,251 12,251 0000000064a39b87396c12eeaa33fc81df4ad27c8e10d5e23e2260d7372752c4 0.00 MB 1 0
12,250 12,250 000000000f4d91b532720e9a37ebfcfe9245e6616b5b0d3db0c66ca3638fb445 0.00 MB 1 0
12,249 12,249 00000000fbe196919a1e769e96ae8fa9201cee90fd40f7a012770ee14a0750eb 0.00 MB 1 0
12,248 12,248 000000000570da1f1aa055dc093901fb3c8659c53384aea880f82f6318ce98a2 0.00 MB 1 0
12,247 12,247 00000000ab39e7494d426475640bbb89e1f3519fbf9c664ae3daa580fc2ea614 0.00 MB 1 0
12,246 12,246 000000005591c3fdf8fe6174aeb188ac7b186d71fe6ed17d40e83e923e86dfc2 0.00 MB 1 0
12,245 12,245 000000004f1c22403e7dd6458a0881b6ba70cdf189b5d71f42f5c9ab3214697d 0.00 MB 1 0
12,244 12,244 000000001bff7a7298d67e18329d4de252af70615927725a24045302d3cedae9 0.00 MB 1 0
12,243 12,243 0000000043f0445aef16da3177796288eb0f2da149498b7a67afc4dbbe780fbd 0.00 MB 1 0
12,242 12,242 000000005af63a2ea326d141e397b2d8ebf149491bd96b203ef3e7ed037d0714 0.00 MB 1 0
12,241 12,241 00000000a355ba87e6242320cdc65685d7b937dd394c54d34a48c2cae21d443a 0.00 MB 1 0
12,240 12,240 000000008913d17b102856fd113d9caa90066e5fdbe21ef309380149e8255ee4 0.00 MB 1 0
12,239 12,239 00000000c874aabf87f32a0beb0630a227145a90ef30db6a72918d969565136e 0.00 MB 1 0
12,238 12,238 00000000596a2fd84f014ca9cb364870f9d0618db8a70ba5e439a5fb9a20cedb 0.00 MB 1 0
12,237 12,237 0000000000a597aaf0ec5713f67aed907c33a95ba8a5878c95a636a789f9467b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,854.29 GB sent, 101.94 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.