Memory Pool Memory Pool Refreshing

1,457 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,358 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 1,424 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,357 (806,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,779 101,779 00000000000182ae05a2b8882a392bb870919efcef957e7f83105b056729215d 0.00 MB 3 0
101,778 101,778 000000000002fb10dd0b3c564644db428bd18dd4edf3134ac6684f117d3ea93c 0.00 MB 11 0
101,777 101,777 000000000000000834e72c05564b54cc21ac27fb0cbe4ec686bfe607273ad611 0.00 MB 10 0
101,776 101,776 00000000000039f443a6234032f9a706e950353a04280991c3b2223ca7f0809e 0.00 MB 18 0
101,775 101,775 000000000001d08f700e5e9309d5f47bf66353b0aec87bc01e6dfa083ce6f56c 0.00 MB 1 0
101,774 101,774 000000000001668c4407b74661619b6e36ec559f1fb33e7cda82cfe2d26892ae 0.00 MB 1 0
101,773 101,773 0000000000037f55249c916efc5db2b9e34f77844a699cad18f4bcc9b47591b2 0.00 MB 1 0
101,772 101,772 0000000000008ad296fc0ab817ac6326a4ba08d18ac798992fd4706a93b80c46 0.00 MB 1 0
101,771 101,771 00000000000171786d3adc1f2b5832ec57baefa61dbb0b5fb0d884f478168ee6 0.00 MB 2 0
101,770 101,770 000000000001efc75b30b4dee91617f40cbccd18850bf075f3456786155df8d5 0.00 MB 3 0
101,769 101,769 000000000000990b171457e6361e610027c17cc7deff86013d01eeb993bf26b6 0.00 MB 2 0
101,768 101,768 0000000000001247c5d7701448698e4b83d784283d7588b96362052a92aa0e4d 0.00 MB 1 0
101,767 101,767 0000000000005326f34cc4ca54386b4b405c944f2ae7928e4dac859babecf337 0.00 MB 3 0
101,766 101,766 0000000000008a7a38148dbdbec6aa3311b014832fcff333e6462bb88730384e 0.00 MB 4 0
101,765 101,765 0000000000025d8838936f174c54c99cd18fce2482f3d51f59bd8fd44a1ba429 0.00 MB 4 0
101,764 101,764 0000000000021df6d2c73bdc247d54f6a2a83403bb1f240788ce210ee459916b 0.00 MB 2 0
101,763 101,763 00000000000380b8fa3eab363f9d1f9460e945aa577b129ad5f673a44df18569 0.00 MB 3 0
101,762 101,762 00000000000368597269408bc691f57889fce336062e4d1c4cd7fc5e30abae7f 0.00 MB 14 0
101,761 101,761 0000000000027a1aa0dfd8bd2693eb040d52cb1fbe2ff798cd91b890a613355a 0.00 MB 11 339
101,760 101,760 000000000003d11faf17b6ebd67b34a74b53b811a5ee39fb07d505ced05290a9 0.00 MB 4 0
101,759 101,759 00000000000022dca3155efd084ceb31ec45c692a1044c17c6c42e6e7cf5986a 0.00 MB 5 872
Previous 10 blocks ↓
Total Size: 770.34 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,702.96 GB sent, 98.89 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.