Memory Pool Memory Pool Refreshing

7,720 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,845 (573,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
334,584 334,584 00000000000000001a771fda0f902da00d84e196c53d13eef2fba09f6724896f 1.00 MB 881 17
334,583 334,583 00000000000000000b3e29a55d3256b0b03e2cb5be365d740c5530f2c15c0d10 0.75 MB 1,659 30
334,582 334,582 0000000000000000167076c869210f32fd0842a8d53ebb11966128b331c511d6 0.75 MB 1,264 24
334,581 334,581 00000000000000000b7f0e468761ae81b0d7588ce60d45382c81e6860914117a 0.75 MB 1,388 23
334,580 334,580 00000000000000000705a148c7ee043fe7f5b0fa810ef8dda5e4f8b333d6e7f0 0.50 MB 1,817 53
334,579 334,579 00000000000000001629f7d15a0262d72b25e2399bc4595cdc63aa13c78b4551 0.50 MB 1,321 34
334,578 334,578 00000000000000000fcde52ec7e449448be4f75313e7dadbd1bb71d3308e18bd 0.64 MB 877 21
334,577 334,577 0000000000000000053ad84c09371dc8d30a86b9feb31fe35ab47baa4ffe82d6 0.06 MB 152 29
334,576 334,576 000000000000000010facaa22d6839a36dab6effef2f5fbfc435704cc48561cc 0.15 MB 252 24
334,575 334,575 00000000000000000af43d7e3005ebff951d2f2ccd15557ca013b6860ed29bf7 0.17 MB 92 14
334,574 334,574 00000000000000000820fdf21151e3b9171701db590fe30db90c95fceba36755 0.21 MB 294 18
334,573 334,573 0000000000000000120c67aaa4501f95b41af903bd933541fb546086883e419b 0.16 MB 387 32
334,572 334,572 00000000000000000bf3b4c1504e91b9354b6c3e8e89790581b4373454136e95 0.24 MB 418 27
334,571 334,571 00000000000000000e9fc635fdd0636c1e91ffeee7256a8a48566f85af7ec07e 0.37 MB 607 24
334,570 334,570 00000000000000000c597ff9ea531d9e2e3b502d49f56115c1b04232a2e12a69 0.70 MB 663 14
334,569 334,569 00000000000000001a6a2030a53e07a8302e7f42148d25673a79aceaf4a27cec 0.75 MB 2,039 35
334,568 334,568 000000000000000008ed578a6f96d908bd3ae8b965569af7a123388bc78535f3 0.64 MB 516 12
334,567 334,567 000000000000000001ceddb7cffb67eae95c3a6368a96ce42414a3b59658822d 0.50 MB 510 20
334,566 334,566 0000000000000000136fb61165d4e50cd98f95e838fbab86b7b1b5894dcf33ed 0.75 MB 1,946 32
334,565 334,565 000000000000000013dc1a82310e14c13041a1ed253998139de8b933c01fc1bc 0.75 MB 708 17
334,564 334,564 00000000000000000de4bb400d0597f4376703f9e1ed31ac290d943a54a1d06e 0.75 MB 1,978 35
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.19 GB sent, 94.19 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.