Memory Pool Memory Pool Refreshing

6,082 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (555,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,087 352,087 00000000000000000cc52e3ddb7327f39ad9523673d2eb4d55e57836c35583a9 0.18 MB 333 26
352,086 352,086 00000000000000000ec21fe2ae56fbadf07c2bdfded2f3fd5e1db48ee5ff9a6e 0.16 MB 297 27
352,085 352,085 00000000000000000cb6ab3538f28c4fe7d6a5ce020d0f48d11c70ba5deba318 0.10 MB 79 11
352,084 352,084 000000000000000006c67d1421625a1ef355e55ab50baedc6ff0fadbfd464027 0.50 MB 992 29
352,083 352,083 000000000000000001efeb84dc880b2eae05df86a3dfd0d5a9f2dad8ad78ca2e 0.27 MB 518 26
352,082 352,082 000000000000000009f4585d364c02c02097dfe3c6bd7ad6cb1022655b7f9628 0.37 MB 728 27
352,081 352,081 00000000000000000e547dd373384fc4fecce22d0a06592e96da8a90c313ff7d 0.05 MB 76 9
352,080 352,080 000000000000000015dfabd08c76b98bd5b4da9ea64e0c933067cc83a6322987 0.40 MB 715 24
352,079 352,079 000000000000000010867bb38ec55515078b18cf68ec57de5e37fa3abf122053 0.78 MB 1,721 32
352,078 352,078 000000000000000002ad42ae56748960564afd3f48ad6de189fa17b29020b0f8 0.14 MB 277 32
352,077 352,077 000000000000000000f2621bcd18a8057e9785be8539f62348b33f8be49c6095 0.29 MB 535 35
352,076 352,076 0000000000000000082c55b7adbabbff0a432ca8f1c939f518170ee3eaa8bd4b 0.46 MB 954 29
352,075 352,075 0000000000000000038df47e448cb8c26c4f6607f0e3349281c87f82659f94c9 0.16 MB 326 26
352,074 352,074 0000000000000000117939ac4feb117120977ae8b2ed814e41e4ac05cc4e5977 0.13 MB 209 16
352,073 352,073 00000000000000000529f347435f64c88ece761fb71c293b4b5ccd33d350f0cc 0.21 MB 466 28
352,072 352,072 000000000000000000e396ab76acb9f15e689500cbfb6ac54eebabe1e17c3585 0.62 MB 891 14
352,071 352,071 00000000000000000e037ef03a23c96f232277ec64fcc0c9ecf1ed25fec20d83 0.75 MB 1,912 35
352,070 352,070 0000000000000000016e6c284b7f2d3a0f505d96b1bfa3fd86e60bdf6c1418e9 0.20 MB 404 28
352,069 352,069 00000000000000000383e3cc97c0fff4639417af7be921f5d6f82018c8f508c3 0.14 MB 257 29
352,068 352,068 00000000000000000fa0d9695ff0b6594bd6b4eb3b6f98d90aa60614504d18de 0.22 MB 275 21
352,067 352,067 0000000000000000002f6b9130987c4675cf67298009ba6c10b6bfaaab54979d 0.32 MB 258 17
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.