Memory Pool Memory Pool Refreshing

4,090 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (49,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,753 857,753 000000000000000000033253d1bd895cf47c293f2d0a47c11edd96fc7acf4488 1.68 MB 3,172 6
857,752 857,752 0000000000000000000229403e553e8e0a0a377df4b6945dc6b49289388e77b9 1.69 MB 4,654 6
857,751 857,751 00000000000000000002867f1beba212db224168c7f78ece46e5f1e0d74224a4 1.59 MB 2,861 4
857,750 857,750 00000000000000000001c12ebb233ab1fb80230a3cfb47d045dfbe52ea127961 1.73 MB 2,249 7
857,749 857,749 000000000000000000015ce7a50c77c91350f377a4eb89ee880c06e978a115ba 1.77 MB 2,096 7
857,748 857,748 000000000000000000015777ea02fff6a330bf1b90631179d3bc7bf056ab1c5b 1.73 MB 4,360 8
857,747 857,747 0000000000000000000313e4f8bb4f28005138e52c998d9db8d5e35c9f5eef06 1.52 MB 3,220 11
857,746 857,746 000000000000000000028acd6f86527305330db55d9de9aa0dfa7c9fdcfedf15 1.67 MB 4,464 8
857,745 857,745 0000000000000000000085ed42f7135407b28461681e0dfad6e7fbb1aa7b013e 1.62 MB 4,232 5
857,744 857,744 000000000000000000006adba3ecc9f2f5ca87461cdf00d9ed0222728f1f9c3f 1.54 MB 3,522 4
857,743 857,743 00000000000000000001e13a4d2657e03003cba533d09e3cddd96d00cf816b02 1.71 MB 3,321 5
857,742 857,742 00000000000000000001e277c27897e3a672609548618289fb6558ad565b1286 1.75 MB 4,112 6
857,741 857,741 00000000000000000001d5233f150cf1321e63e63083332c46b428b4640064b7 1.60 MB 4,019 8
857,740 857,740 000000000000000000006a053bb051789c83733f39564a2da6363272f324c674 1.60 MB 4,508 9
857,739 857,739 00000000000000000000488de32bac8522e2c9d56f8bdb8e47b895faef131787 1.63 MB 3,331 7
857,738 857,738 00000000000000000001f31cbbf64ce5b3c71417d570844a1dac812468c292da 1.74 MB 3,602 6
857,737 857,737 000000000000000000033c26e9542660ad3636d160e3cbb531e4bc353fa676ca 1.64 MB 4,099 5
857,736 857,736 000000000000000000011e789d16cf25647c7111e76e4ecaa035d441ac47b2af 1.58 MB 3,764 10
857,735 857,735 00000000000000000003130367c7024bb8bb430074d885507755441b03523754 1.45 MB 3,275 7
857,734 857,734 0000000000000000000037ad11d3045f9af3d4d5356d4fcc70ad3d23fe2ea30b 1.72 MB 6,598 3
857,733 857,733 00000000000000000001f8c9b410b78dfe64754caa2592072c92a0ba1e964a61 1.82 MB 2,536 5
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.