Memory Pool Memory Pool Refreshing

4,379 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,274 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (5,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,752 901,752 00000000000000000000b04b7d0b5ac5800511f538f655f0f970893437770278 1.52 MB 4,637 2
901,751 901,751 0000000000000000000181eaa433cfd5711b87d503f784503c73ac7691d6ef71 1.53 MB 4,931 3
901,750 901,750 000000000000000000003db5a3b61827ffad9b0fbac9a76c090c71cf58a7f289 1.50 MB 4,804 6
901,749 901,749 0000000000000000000106348ab6287651550bd1b4080aad4d0f22c872605769 1.59 MB 4,898 3
901,748 901,748 00000000000000000000b011f6f80f958d51160aad2e0323325ac1d3e8661268 1.45 MB 4,408 7
901,747 901,747 00000000000000000001001513573ed811a93387064e88687b4b7f6bb2e4cea7 1.38 MB 750 2
901,746 901,746 00000000000000000001e0174ef133f6ffaee35ca2bd29f4898e8903de6195f2 1.62 MB 3,742 5
901,745 901,745 00000000000000000000622a6698a5253a1a39295a31133a9653e724c8c9ea3f 1.63 MB 4,026 5
901,744 901,744 0000000000000000000134553c83efebe9c8e771c48629c01add9da39bfec763 1.91 MB 2,079 1
901,743 901,743 000000000000000000011061ea9c2f73c63e7509be2139db62ff6aaebe6e6b68 1.51 MB 4,701 2
901,742 901,742 00000000000000000001992d8308cd691799b4ca75106209c6fe33d6b2c16678 1.16 MB 1,042 2
901,741 901,741 000000000000000000022d6ab637d860e1a9c37a7a7c3b7add017f2595b74391 1.63 MB 3,073 4
901,740 901,740 00000000000000000001b6894e127054c6d6d7fc131a3deacf468a2829eed042 1.68 MB 2,531 4
901,739 901,739 0000000000000000000110398657abf57b8b196dbf48f2d43e239f6c712d1f02 1.59 MB 3,407 4
901,738 901,738 000000000000000000007d69b5ed8b66c32c9410fa4eba2ff66032ac1aee0693 1.49 MB 5,538 2
901,737 901,737 0000000000000000000201b1db33425ec2163e9a3b69136b16627b9fa116b088 1.39 MB 3,159 1
901,736 901,736 000000000000000000009248abcbf986872ad7aeaa6f5a905812f8c0e9ee08f0 1.27 MB 575 2
901,735 901,735 000000000000000000015f6b3a7c96b2e2a77de9b97621743a206fc30bee19c1 1.59 MB 3,876 5
901,734 901,734 000000000000000000015b8f13b93818ca0a457a89b84d7a8cca7ae0ad82117f 1.51 MB 4,226 5
901,733 901,733 0000000000000000000031481809f1cbc744547b3ae5eb3083b01054f0a0d755 1.54 MB 4,574 5
901,732 901,732 0000000000000000000131b1a35ec5f057fd612e088235de31855860debccd78 1.61 MB 3,644 6
Previous 10 blocks ↓
Total Size: 769.00 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.87 GB sent, 92.83 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.