Memory Pool Memory Pool Refreshing

4,475 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (756,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,398 151,398 00000000000009d0b8224ab8a28a1fb38fead0096f15c5d856340f01a25dd639 0.01 MB 15 278
151,397 151,397 0000000000000d3aeea84089d2b4368543167a30771095cc2ce375ab5292ca25 0.02 MB 43 240
151,396 151,396 00000000000007564b62fdd4aa466708a1fd609272ca9c2bddba05dbe43117ca 0.01 MB 21 27
151,395 151,395 00000000000001f6300a72e0057909d4f5c1aa07705e6a2a165a196770dd99fd 0.01 MB 31 272
151,394 151,394 0000000000000015ea76a1816a7c5aa594e838f56c34ed94cfc200061ce568c4 0.02 MB 47 144
151,393 151,393 000000000000098727fb2b1ef2fe13cf24184667c732a99179cabf8c88376e17 0.00 MB 1 0
151,392 151,392 00000000000007aab5a28eafa1bea89fd76576ce7650d2a80a7abc0d80962388 0.01 MB 15 79
151,391 151,391 00000000000000d20f0c76786756cf8f5b772ead9aa29b2665812181de4d3f47 0.02 MB 42 126
151,390 151,390 00000000000004171ba0983c8d5497c8167dd2a89d781b68159e64b8dd18a3f2 0.00 MB 5 60
151,389 151,389 0000000000000c794c766a248bdff8b88f1e70a0f9e836e0d5dd4ead911fbbb8 0.00 MB 13 66
151,388 151,388 00000000000007594fff1884cf4b59aabc95f624baffb693e8798814375f506f 0.00 MB 6 0
151,387 151,387 0000000000000d8ca76b9f98c6c55ea376748643d54ada1d222c043b5aeb0597 0.02 MB 29 119
151,386 151,386 0000000000000a069729d62f158e4ad9d397d22f7bb785854e4a7bc1d0f0f4c5 0.04 MB 38 744
151,385 151,385 0000000000000b6f3944fe44139b89b15ce7d8ab57403c71eedbc374a2f8038d 0.00 MB 5 118
151,384 151,384 0000000000000964a3d7046a24015228e7483fa21beede9b019e26a729d9a7b2 0.02 MB 46 41
151,383 151,383 0000000000000168d67164ddc2eda6d7e66a94b238982a67a8d5888c41571837 0.01 MB 34 128
151,382 151,382 0000000000000a2449cc2dde9a5a3cfeffa6142e17d54d1a632b868725234507 0.00 MB 5 0
151,381 151,381 0000000000000d97e8fc8a6170ad99cd60e33b567f625eed551e840678c74a14 0.02 MB 29 130
151,380 151,380 000000000000006691d5a55545032b590eafdbcfd7637866983b7ee88aba6566 0.01 MB 22 28
151,379 151,379 00000000000001f9f66452e500029034c6021e563d9e2b99144e13c6ece43587 0.01 MB 48 83
151,378 151,378 0000000000000c8193678326e633fe003bb80b91dc28dbf6278938381edb204c 0.00 MB 12 33
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.