Memory Pool Memory Pool Refreshing

7,208 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,808 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,125 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,807 (793,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,692 114,692 000000000000a5ba8601aa362cb8b3efc12e2e69906fdeb9f60d78a52f9e1096 0.00 MB 1 0
114,691 114,691 0000000000007787e0b3909444a4224ff257e1ca3a545b8516fe33efb4470aea 0.01 MB 21 3,877
114,690 114,690 0000000000000ec463dd70e343473413313372db039752d5c35afc2466f21fda 0.01 MB 30 2,091
114,689 114,689 0000000000000ad94ed58dda0bc47f93f5c1ee9452784fc3c3eb604dd319a04b 0.01 MB 32 2,227
114,688 114,688 0000000000005a7831e3af78199ec86d744a62bffc70acb1970a2e0896055d53 0.00 MB 10 672
114,687 114,687 000000000000b235035ea790ad7cadc8a6ccbe3f2f8f2ad7011fdf3d9f9e1fba 0.00 MB 17 3,869
114,686 114,686 0000000000005d0f9bf31118e10d3102b5469749ef3d427ef106b6a10187605a 0.01 MB 19 2,027
114,685 114,685 000000000000187483362df16383b4e3f112ea1341e00c83634676de0653bae4 0.00 MB 3 3,875
114,684 114,684 000000000000bb83f308b227d34083550e077a384e7af05fc5f096f4df77d725 0.00 MB 15 2,039
114,683 114,683 000000000000d622bf8be1fd341024d2d95c203025c363399a517eda2a45f0e2 0.00 MB 2 3,891
114,682 114,682 00000000000048ad9314937b4176c435ca7071710d89cd15e45edbc1c44aea8a 0.01 MB 34 2,688
114,681 114,681 000000000000cee52aad378b78bff843b085ed971e19be9bac451694addbc987 0.00 MB 17 1,782
114,680 114,680 000000000000b3ec426577292e6b15d75c01dacbd1731ffe9fb39e7ca3dc4256 0.01 MB 31 2,550
114,679 114,679 000000000000631e9e2127b965fff5182057343243fe4fa2ddd7fa51e9c3e05c 0.00 MB 12 361
114,678 114,678 000000000000134258605c8559da41799cac7c78ab0641993e67f79c900ab09e 0.00 MB 3 3,875
114,677 114,677 00000000000060fd8f40c80a92bbf601803dbad092fac579a907feb675b822c4 0.01 MB 34 2,443
114,676 114,676 000000000000194c534a5e4b3f725f786c2a5169d6baa9c8bde073eecd1c2678 0.00 MB 4 3,880
114,675 114,675 0000000000002aa4d3dc2df0070a73099e0ed4e36a48e54652a52e96e753f147 0.00 MB 11 2,748
114,674 114,674 000000000000bf708bff9b9b4b8ce4218f4d471f0de3ea3d51ce8f06000e6a2f 0.01 MB 28 1,177
114,673 114,673 0000000000007141a458a3f6264dcf5605845d5910f908d99e4b8008650f0ea0 0.00 MB 11 3,874
114,672 114,672 0000000000003757895f3178babada28e775f583b1bbd34314c75437506b0bf5 0.00 MB 9 3,619
Previous 10 blocks ↓
Total Size: 769.18 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,633.52 GB sent, 93.84 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.