Memory Pool Memory Pool Refreshing

586 transactions
0.24 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
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (12,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,162 895,162 000000000000000000007b7a29c8e268a62dd84225bb0077c98d2586e8b9eb5a 1.74 MB 3,313 3
895,161 895,161 000000000000000000002fb54621f110333b848f0f0420d7e32c5f40f47cd810 1.71 MB 4,344 1
895,160 895,160 000000000000000000001912d3a4e5baa6e2b5ff249e70974e99dab116e1b353 1.64 MB 3,236 2
895,159 895,159 0000000000000000000088e417035e36a49579c883709e7c56d58507bc6d7f55 1.51 MB 3,100 3
895,158 895,158 00000000000000000001913d9ac0130529a5bac952f9f0b61fb9472095d788d7 1.70 MB 3,967 2
895,157 895,157 000000000000000000004a33fe31b5fb7301e0b1b9827c4ec9ecd1bc00318f46 1.75 MB 3,594 11
895,156 895,156 00000000000000000000d35583fca56562a8ec7e953126172542bb16f9a30221 1.63 MB 2,665 6
895,155 895,155 00000000000000000001df4afdadeea0604f80400172007fddf0ee79d31eeb7d 1.63 MB 3,960 2
895,154 895,154 0000000000000000000145de7d70053fe9e4d1f736bdde3f0d4b76fe5475f60d 1.63 MB 4,432 2
895,153 895,153 00000000000000000001893fcaf25f455aa1028661d6dfbaae7b5b2611e79b33 1.79 MB 5,031 1
895,152 895,152 0000000000000000000168b26e0fcec574f82bad5af61b85651eb545bf6e2aa9 1.73 MB 4,453 3
895,151 895,151 00000000000000000001f55dd9cfb0c42f19a898b17f4dd79c20b64b41edead7 1.70 MB 3,387 3
895,150 895,150 0000000000000000000177002b923f9b387cbd21e210a87632160b27e2deedae 1.51 MB 2,831 3
895,149 895,149 000000000000000000004c8aac8f1af738ba52c67e36b37b4d01079bcfbc62e2 1.71 MB 3,328 3
895,148 895,148 00000000000000000001dacffefdcc566f9ac8d1fa49b87a7c63237a4be1e9b4 1.62 MB 2,617 2
895,147 895,147 000000000000000000002d62982aaaaf357fb7e841ce3c74124ed43a15a09f54 1.49 MB 2,226 3
895,146 895,146 000000000000000000024d9a9c770122dfb19a1daf18893a715c060aabcfbb2d 2.86 MB 2,122 1
895,145 895,145 0000000000000000000145716bbd4d789d36870cb7d54ab2551392332ffe41a7 1.84 MB 2,062 1
895,144 895,144 00000000000000000000e35cfff3806bf6e2ca2765989d8391d6984aad1226a5 1.63 MB 3,167 3
895,143 895,143 00000000000000000002537a8c3b63758c9c28c3913ad5fcc55e45d52f4ec230 1.61 MB 3,242 3
895,142 895,142 0000000000000000000078b534ebcdd91ec9da959aae53002c8a88a1671f0eeb 1.74 MB 4,309 4
Previous 10 blocks ↓
Total Size: 769.11 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,629.46 GB sent, 93.43 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.