Memory Pool Memory Pool Refreshing

3,776 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (901,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
6,793 6,793 00000000a8724b8bb407df756f81b9fdafa99110179f37d845e7358a7628b02c 0.00 MB 1 0
6,792 6,792 00000000904dc5e49999f9da6536e941a754111261a9b1ac06284be8e48eb7d3 0.00 MB 1 0
6,791 6,791 000000005228ece0026fd6d775ca17dbd74fcd7dfe061b0b4072cfe2c58c577b 0.00 MB 1 0
6,790 6,790 00000000832ac9edd5405a1fd4e417d879d17d8f344813f48f49ed725f9a5690 0.00 MB 1 0
6,789 6,789 0000000036adcbd6314843e3dbba6982acae6d3e44f020ece3130405c84e89f1 0.00 MB 1 0
6,788 6,788 00000000095b6db047791627424c582acfd3f344767b80d6138fecc4f6d844b1 0.00 MB 1 0
6,787 6,787 000000002211ae09d76131041ec98b6834e5ccac370b3ee1b773a571880fd62a 0.00 MB 1 0
6,786 6,786 00000000df61052e8f43f94592ab2488a5221306f5c7db778694ebba62e1d23a 0.00 MB 1 0
6,785 6,785 000000003e9fd14891982889923642c92442f72a612c4f28cebf3fe91c27ca3e 0.00 MB 1 0
6,784 6,784 0000000026e33290086013f66115a4fa85ea289f4b2deefcd0b9e40d758a5eb5 0.00 MB 1 0
6,783 6,783 000000005aab39ac88d376bf250ce6497c2a32df8d370fdf67d24f65e024137c 0.00 MB 1 0
6,782 6,782 00000000050263108675caf911d5befc890e599ee2ad018bcd1bbccb01daa92d 0.00 MB 1 0
6,781 6,781 00000000336e4ea5c4aaf6ab1ca364716f61a80700d3daec209989d8611bf6f6 0.00 MB 1 0
6,780 6,780 000000009bcc11b4dd61107e161624fd908a034fe873d665bbf995955d1e8aa5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.69 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,842.52 GB sent, 100.44 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.