Memory Pool Memory Pool Refreshing

576 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,122 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 576 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,121 (793,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,766 114,766 000000000000263232a17f942935fde39804c579cef49fc8e3a69f2be99a2464 0.00 MB 11 3,396
114,765 114,765 000000000000d1d84e0ff1aeead1a2a29bac986452adb2d0d6972b6b03ff249f 0.00 MB 2 3,861
114,764 114,764 0000000000001bb046f6c876de1e3580a1383e33e8cb2cc79541063cf7764737 0.01 MB 30 0
114,763 114,763 00000000000061ba5422c57061538503848a1ff6f453a7fd775b8f31578d33be 0.00 MB 9 3,341
114,762 114,762 000000000000a041a7c190a9f10ddcf7179d91182d5f7f2129fc33850cca73a8 0.00 MB 3 3,868
114,761 114,761 00000000000083a3da2ddebedb8720087cb2298789a4abda5766a866c723d6b7 0.00 MB 2 3,875
114,760 114,760 000000000000d0be1cf0e1aa7f0016ab09d1a6782ec1fed0014c92af964322e9 0.00 MB 8 0
114,759 114,759 0000000000008bdabafe8ff056f0016e81813e3ef2c93b7a172a1865152d04c2 0.00 MB 7 321
114,758 114,758 000000000000630db96fd01d98361f835191008e9dbdd26e493eb75b18e0c4f0 0.00 MB 6 835
114,757 114,757 00000000000048b6467f519746266f81961b9e122531a8442e70702b4b8b112b 0.00 MB 17 1,806
114,756 114,756 000000000000698ba16121d419c90d525b4151074624c617cdf76aec24f687ee 0.01 MB 17 309
114,755 114,755 0000000000008c6873694cbce63df05629d87b883a29950c5726ef721b5fd375 0.00 MB 8 3,880
114,754 114,754 0000000000007a44b0da0922a0d19619aca25814c78125cd09e683f3bd6efe33 0.00 MB 4 3,875
114,753 114,753 000000000000cb5c445b7190bc09481c635518d3c56b0712cb168a4be4351d2c 0.00 MB 6 3,872
114,752 114,752 0000000000006a31a095cefed8af4f2720b3393c761f7623eb5cf6f147b27bc1 0.00 MB 11 871
114,751 114,751 0000000000000aa7910deb7b2c1bd92ebea09d9c933db8137a65da7470760ae3 0.01 MB 24 2,363
114,750 114,750 00000000000064654168bbb72d4707260cb5001b9a582da5f8082d8ae92107ab 0.00 MB 12 579
114,749 114,749 0000000000008d158f43a3ddbefa931a48bccacf920f37e6fe5a0ab6aeac10f5 0.00 MB 3 3,868
114,748 114,748 000000000000878c7a89daa7f4c76712ea30e2be6630f598fa7f53dc1c26a0d0 0.00 MB 10 716
114,747 114,747 00000000000049e7c4b99534af8463c7791956a9f12330ffed6af1134a8da932 0.00 MB 8 1,239
114,746 114,746 000000000000bb0afb33b69827a26728976659253b0d5c27db465d2f16b00cf9 0.01 MB 22 0
Previous 10 blocks ↓
Total Size: 769.77 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,679.77 GB sent, 96.75 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.