Memory Pool Memory Pool Refreshing

4,897 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,576 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (104,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,747 803,747 0000000000000000000293786613b5fd52f32943b3818f4c88ad680c91414cdc 1.63 MB 2,622 15
803,746 803,746 00000000000000000003fcf754c1684b53178967ca51332fab50fe36f49c7170 1.63 MB 3,437 22
803,745 803,745 000000000000000000048b1b7feb3cbad76377792aa31212b47f2df9646471c2 1.77 MB 4,571 10
803,744 803,744 0000000000000000000400c7c21ae0daf800d1322a802e67e65fded36184d9c9 1.61 MB 2,472 11
803,743 803,743 00000000000000000000f2d130b8a46a054f20824768fd4ea0c6f57d3849c21e 1.36 MB 2,619 19
803,742 803,742 000000000000000000009f94c427bec8c59a1572cba53377fe8be6bd24305334 1.72 MB 3,139 15
803,741 803,741 00000000000000000003fb2ed5b4595ba42a8ed36f527e89a42012a0063205b2 1.60 MB 3,489 17
803,740 803,740 000000000000000000019e7fa042ad438607fb68dcf56525708741c88b4efa08 1.63 MB 3,269 6
803,739 803,739 00000000000000000002aa586c441bb575a4d9d51c94fa8182f0c44758479fc9 1.76 MB 2,571 10
803,738 803,738 000000000000000000013c1e45e2eb8cdcabb8c264e498f83010ad1546488007 1.42 MB 1,886 11
803,737 803,737 00000000000000000004ee65bcfda46ffc64ad7c5dd28b536b26b82cc31d259b 1.58 MB 3,280 16
803,736 803,736 000000000000000000019d2c336b315d7997561dac2e37b6a1ac62df6ffb652b 1.63 MB 3,377 16
803,735 803,735 0000000000000000000301eab5fc88d249b761173c711d79eaa043f63006e480 1.54 MB 3,528 28
803,734 803,734 00000000000000000004ee53d230f9b5de5f89d4714317c236efcdc233fae897 1.75 MB 2,881 12
803,733 803,733 00000000000000000000af9847835250cc437006beb8c56eaa23c3ef8e62e6a9 1.73 MB 1,919 9
803,732 803,732 00000000000000000001def1737b42068ffe7f7ecfe60585f2354d6f490593f8 1.51 MB 2,172 19
803,731 803,731 0000000000000000000331519865b74cd2bde80e70f79df4e482b745999847dd 1.68 MB 1,515 10
803,730 803,730 000000000000000000012aad2160910380739bee4c3b33baa30e736d04a5f7e0 1.61 MB 3,067 17
803,729 803,729 00000000000000000002b3b7221281a931ef74eee8e142cd4df073e8075fe8ae 1.69 MB 3,544 17
803,728 803,728 00000000000000000000e3d27341c33c60aa16cb5a1f877b4093912e4305da74 1.48 MB 2,908 30
803,727 803,727 000000000000000000028714272581e7dfd2ab98cabcd7fe245d3bf066297de0 1.73 MB 3,018 8
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.