Memory Pool Memory Pool Refreshing

2,606 transactions
19.39 vMB
Show Random Selection Loading Transactions
Max Size: 79/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.99 vMB 2,406 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (828,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,587 79,587 00000000001dc087933bb9f1c3696362a02ba2919d8c4520fc5ec4ce8be1e699 0.00 MB 1 0
79,586 79,586 000000000042b1bdc4af57d7e0bd94665510d18ada23cb1c684803f0ab74777a 0.00 MB 2 0
79,585 79,585 00000000004f531c71b99c7dd87a0ee8f7be7c8ef8d9526fc50e9d0869c3d36a 0.00 MB 3 0
79,584 79,584 00000000002c5269a1a31468d1f08ce95caeab628a1b619e56617ae1f406bf85 0.00 MB 1 0
79,583 79,583 000000000047b017e2c86c3eec99882174457ca2eea8800b165be6a5a3792f61 0.00 MB 1 0
79,582 79,582 000000000051caf2fec8e4377487625cdafa15e1bde0c6a29bc2079eed7fb296 0.00 MB 1 0
79,581 79,581 0000000000593e71820f05eaf6542d6cd666ffb9cd096b1d3fbe145fd7771bdb 0.00 MB 2 0
79,580 79,580 00000000002f4ed43ef9284dc654f2bbe9df5074d6c6b44d42714ca77b58e873 0.00 MB 1 0
79,579 79,579 000000000012e1401aa3251590ddb6426d643687ed20f8d693a7adb0a5b4f949 0.00 MB 2 0
79,578 79,578 00000000000e1c3007fdb8590ab54f81d4de0f1604837a4359f3e68bdeb03d9c 0.00 MB 2 0
79,577 79,577 0000000000507928d38c6e63b72e4d9789e13299bf07927a28eb30f689819347 0.00 MB 1 0
79,576 79,576 0000000000390f816ba4b79cc0e97389c42efc66608d8c102cb8e4dc76f7826a 0.00 MB 1 0
79,575 79,575 0000000000565d490843244c526434c26e077d4094b17fb06d95f5e169ef5c59 0.00 MB 1 0
79,574 79,574 0000000000256a8f6990e98fbc47a0c4b5d576bfec1469039c8baa0d1da88730 0.00 MB 6 0
79,573 79,573 000000000049d3f299d05dd573165fb94bc2b0b2ee4f75153546df9edbcb7bdb 0.00 MB 1 0
79,572 79,572 0000000000029af2489fbb01f458c2305146aa5b2eb13b4f01ae16152aabce1c 0.00 MB 2 0
79,571 79,571 00000000004ef66b18a645412ad1870c93dea7adc43175941729e9fc80e05db1 0.00 MB 2 0
79,570 79,570 000000000004b2a4ca5be9807d3b12cd312d31e976b7cccee76a14ee5e69c535 0.00 MB 6 0
79,569 79,569 00000000001fb49b4160db8c597f9d3e9523294bbc0915a067bf49c3a34fea6d 0.00 MB 1 0
79,568 79,568 00000000002df4f7b9cc63898bbdf89044adec61cf184c73462d324a536ca23c 0.00 MB 1 0
79,567 79,567 00000000002a7319986c5dba64a7a01121f8b4a42cb2d397799d30d492c6bde0 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.