Memory Pool Memory Pool Refreshing

5,705 transactions
3.10 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,607 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (202,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
705,662 705,662 0000000000000000000c047c6f031d09506018673eb06c8f1c75cc8d56f6ab13 1.61 MB 2,338 9
705,661 705,661 000000000000000000043a309f4caf4b038868d41ac27be677a298c98e52bde7 1.58 MB 1,940 3
705,660 705,660 00000000000000000009820f0abd380a435f85ae009ee0c0e0cf95c02da197f3 1.41 MB 3,020 5
705,659 705,659 0000000000000000000816b79022817e6e966859bfcc2b6c192c9bb0dfb1f654 1.52 MB 2,822 8
705,658 705,658 000000000000000000065f6755d689cf2be2c460c77c4b305936c6e23901b861 1.45 MB 2,495 15
705,657 705,657 000000000000000000090165c547c5adcb4996617c8870658cca2573e648881f 1.27 MB 1,690 11
705,656 705,656 000000000000000000099302eee9aa0eed3f78eb01fac362262faeded3f53e28 1.58 MB 2,281 7
705,655 705,655 000000000000000000041ce1ae5607853e40339a27f4c56e4af0a698cf50b135 1.43 MB 3,063 20
705,654 705,654 000000000000000000002f76f85ac5d4dfd7cb9aecd5648b58dd5807dd70d0cd 1.42 MB 2,698 27
705,653 705,653 00000000000000000009d7f88f3e50457373f6578c445c48a4e7f3993fd941be 1.50 MB 2,769 18
705,652 705,652 000000000000000000057fc134fa98a746db12310e3a753f7d465bec88ad248f 1.25 MB 584 2
705,651 705,651 00000000000000000005cd8d05d8fcf60d8781a2e5a677c94d2333d95777f33e 1.38 MB 2,111 11
705,650 705,650 000000000000000000042b439090c45a025497e21b10dd1fb8b9a3a21fce6f6b 1.35 MB 1,224 6
705,649 705,649 0000000000000000000afd5d6a4eff6655e8ea902b6af03755c4f3964a382508 1.44 MB 2,526 6
705,648 705,648 000000000000000000098e9ebc30e7c8e32b30ffecbd7dc5c715b5f07e1de25c 1.44 MB 2,762 12
705,647 705,647 0000000000000000000c4d13422c117294cb0aa470562d9548a182a4df4183dc 1.48 MB 2,689 23
705,646 705,646 0000000000000000000bd6e146632c5a257ed450d67b3c99ca76de4bc7d2a312 1.27 MB 1,331 5
705,645 705,645 0000000000000000000454cf1f0567abd9ebd9e2d53ba8c5f25affd13eddf353 1.20 MB 946 9
705,644 705,644 000000000000000000056e7d5040b7c722bdf10319634060edbc7f30c83eb83d 1.46 MB 3,068 5
705,643 705,643 000000000000000000014d842a4800a7b724400bc184175f9bf2eb8e53949216 1.40 MB 1,974 15
705,642 705,642 0000000000000000000972059921bb1c1845d8552ff37a03d6f27b112e29823a 1.45 MB 2,573 15
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.