Memory Pool Memory Pool Refreshing

3,028 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,014 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (901,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,814 6,814 000000008e316e5d1e71a6c2d2d9812ad71736a28eb4d76fd7f933ed7b02a52a 0.00 MB 1 0
6,813 6,813 00000000b0584849a2d5df998c8cb640333a1841cce54dd0ac207d339735907d 0.00 MB 1 0
6,812 6,812 000000006871c85a9b37ed343d5d22f60fe188d69831e61e8123264507a577bb 0.00 MB 1 0
6,811 6,811 000000003a307b43839268cda17218fa04b2c2c98fc7fc916ffe2165d0b3a136 0.00 MB 1 0
6,810 6,810 0000000094b37d49514f3cb37c56dc0f54dbbae4b50172a8bc0b1265ef74701a 0.00 MB 1 0
6,809 6,809 000000003c9c8d0185102c53eb1811fd8dd975706e9d748d5660cf9006e65374 0.00 MB 1 0
6,808 6,808 00000000b8e71af6d32ec5db11ecab6c9a2f24c282ab0fd7adee94d8c9d38566 0.00 MB 1 0
6,807 6,807 00000000e413576d022ccb3c655160b2e201b71791b1f2c7db684ecf9386b3e2 0.00 MB 1 0
6,806 6,806 000000001b948bd130c624bf47e179b6e171b2f83f0852023b2eaa515ab1b288 0.00 MB 1 0
6,805 6,805 000000006731670d0f391601c38e6736111f23ea6b746920959d828bee6913ab 0.00 MB 1 0
6,804 6,804 000000006e83f46d791e7495dc91062612a8a6a45a5b5453905b4e9326ad4f07 0.00 MB 1 0
6,803 6,803 0000000024e6fc9d04106a21dc9171f2c1a214d62c71747e155d652577758a6e 0.00 MB 1 0
6,802 6,802 000000002a43f5df49322805bd01cde675cdc39a13bfcb1b0186f1877756b6d5 0.00 MB 1 0
6,801 6,801 0000000009e116a06e5a8ee2f64f3777ff2d82cfaf10a97a6a27fb947a835353 0.00 MB 1 0
6,800 6,800 000000009dbf018a558bb165176597ef69cc4c4be997f94e2c3e160059b93667 0.00 MB 1 0
6,799 6,799 000000005cf1b64cac6f75161b89c7347baaa181b5b4f29ee62594981d9b5791 0.00 MB 1 0
6,798 6,798 00000000fca73a317b1903e03b50176a96706a2a87d7873c75b9ebcf574df28c 0.00 MB 1 0
6,797 6,797 000000008d0c0a890bbdc4cc9fa5810e5245f8d413805e799d4a323096c1e5c8 0.00 MB 1 0
6,796 6,796 00000000fdfa6c237d959076bb37ff2826d176641395fee32b917c66bae09375 0.00 MB 1 0
6,795 6,795 0000000029aa1d7049524001c25b11e188f1a4b873790b2cee7b87cce3f49b96 0.00 MB 1 0
6,794 6,794 000000003c2d4f7119bf1188afd841479cd9b512f8c9ffcd8bb78be0f893c726 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.75 GB sent, 100.69 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.