Memory Pool Memory Pool Refreshing

841 transactions
18.60 vMB
Show Random Selection Loading Transactions
Max Size: 75/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,324 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 641 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (851,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,070 57,070 00000000076c251580af925bafbc3b073e0f0f6a7fee834848c370b47e34a79b 0.00 MB 1 0
57,069 57,069 00000000112656342c4e25fb36f5a99cbb2733ace4fcf701a44a8f5d1b9b2263 0.00 MB 1 0
57,068 57,068 0000000011c929b56ab3a7ceb1bf960843551feac33eef204f644fced5d3ffda 0.00 MB 1 0
57,067 57,067 00000000072d77934fbd7247337dc2df1150a0e7ac9f9fcfe2cf0731781f7885 0.00 MB 1 0
57,066 57,066 000000000c1816336db34f78f173ebfe76ead99e88b7e9b0045a25be098512ae 0.00 MB 1 0
57,065 57,065 000000000256b0df9daecfd4d28257f10692fde54e607fd205782f594b3ed0fb 0.00 MB 1 0
57,064 57,064 0000000011596999e07c0caa88f52466c7aa9f2726dd67214de39e4492051a79 0.00 MB 1 0
57,063 57,063 0000000005b91970436fd13cad09e7e0b2009da6e8309313106e1a4dbcefbf39 0.00 MB 1 0
57,062 57,062 000000000e3ffaa6ade03f493fd17b2ab216f60692656fad4c5aed2f7bc72ab0 0.00 MB 1 0
57,061 57,061 0000000010e67d3f18210c04504fdd15554d671bdd59978447c37b2e26cd7044 0.00 MB 1 0
57,060 57,060 0000000013048beeeb9f69cc957f627dfea0a5b5d1b900a6c7afa99e7c8f3336 0.00 MB 1 0
57,059 57,059 000000000d94c25e8e1be08699630f7f9ab7da610a9f5acadad68ea503d903ae 0.00 MB 2 0
57,058 57,058 0000000010e80d3a1ee54c2e4f22c0de29362a567bb97ec8fe0e716946e17e76 0.00 MB 1 0
57,057 57,057 000000000cf9fe6fe1839bdb57f8b7789a1fba9ceb21959392bca225874eb1d7 0.00 MB 2 0
57,056 57,056 0000000012edcf39f9845ca724b01d56472c0f9e37c236c8a0a389d886feefed 0.00 MB 1 0
57,055 57,055 00000000084db41f424723ef9cb1d4a0d6e1a80166dfaca5b0fe43cf356e13bd 0.00 MB 3 0
57,054 57,054 0000000000f27afef8fd7809f90fa6de69121990518af8e524792a7d4c2d48e7 0.00 MB 1 0
57,053 57,053 0000000007bfd8453c331fd4bf3f7eafd6f40944c54ce0ab6bcfdd86853b14d7 0.00 MB 3 0
57,052 57,052 0000000006007c796969500f70e89f281707d27844c6c1d499d2e04e66afaec0 0.00 MB 1 0
57,051 57,051 000000000706ed0a7d1b2eee08110cc861e91d1ae8b5a5cb9f0d2c2eb047582f 0.00 MB 1 0
57,050 57,050 0000000001b778b9f408693816c8c956e39d32f6aaf3bb2d9fca545f424671d0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.14 GB sent, 98.65 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.