Memory Pool Memory Pool Refreshing

2,230 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,230 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (857,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,684 50,684 0000000007f64f32059a7912f8bfd1916c4e8d0eb901057a1338c80ab4deb911 0.00 MB 1 0
50,683 50,683 0000000017f646808b716f3f901b3ef68b7afedc017c1931df2c71f05894e962 0.00 MB 1 0
50,682 50,682 00000000158867928468ef3830441c7cb6acabdf3476c0bed183a0708410ab90 0.00 MB 1 0
50,681 50,681 00000000116113b0d46a80d86c9dbe60cbb067c85473e24c54c298001b98f1eb 0.00 MB 1 0
50,680 50,680 0000000003c71b9441ef38c540e1b423d202abb094c2b2b79740390aef36c3d1 0.00 MB 3 0
50,679 50,679 0000000003cb90bf07642bd5d37637dc8a826216c97698647ff16dd2f5d1687c 0.00 MB 1 0
50,678 50,678 0000000016bff573c44efe012f5a1ce635f54a6bafb5d8e1b0cc0571b27ad9f0 0.00 MB 1 0
50,677 50,677 00000000156a7edbc09cac3f70ce03a4f9c7774a8313adf85351e00e953a7aa1 0.00 MB 1 0
50,676 50,676 00000000081befb3eb8063e2d766d566310e29dd7449a1936718120b8b2181d7 0.00 MB 1 0
50,675 50,675 000000001cbb18fa9f10014610ccc1d9d53d48d15ed208d05e26051bd8c22dbf 0.00 MB 1 0
50,674 50,674 000000001e545826f97960f30cb195c9f506243a5d764b2d6339b75b5665fa73 0.00 MB 2 0
50,673 50,673 0000000000a1b7e8c2033e465b82630db80e42555071727db34d4fe9f439e843 0.00 MB 1 0
50,672 50,672 0000000000596caf8258f5e56517af54c467cde7bd623811c9cbff5b4fc04fd7 0.00 MB 1 0
50,671 50,671 000000001b2c96d41739c466c406dc3ed72ebccc5d826c5c4968a6655537eeb6 0.00 MB 1 0
50,670 50,670 00000000006be6cd5538dd789d4234df328f6eabe1340540daa0e3b185de5973 0.00 MB 1 0
50,669 50,669 0000000014cf080bee89e8d9401d54b1eb6e9cc2f8bf7424ac82c4826aac3720 0.00 MB 1 0
50,668 50,668 000000001d1f8c46e41c3bca762cc88cf36be59c8c6aa2e9442506be12b0aff7 0.00 MB 1 0
50,667 50,667 0000000010b97be415c58c1a23e15aa1f60f684ccfc2bd0143be5873d57d8f65 0.00 MB 1 0
50,666 50,666 0000000018fc7033fbb4dfcdf92a12acecf163b7d42a2197ef10f72b55e68dca 0.00 MB 1 0
50,665 50,665 000000001cab79da93f6a93386fd023346a6e96dcf12268be3ec7b12c00158b8 0.00 MB 1 0
50,664 50,664 0000000015d10fbcfee7e3f77f2439e9783692403486be65505fa05e2384ec0f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.10 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,629.19 GB sent, 93.41 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.