Memory Pool Memory Pool Refreshing

2,939 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,015 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.93 vMB 2,928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (6,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,767 901,767 00000000000000000001c7c8c9931c07a3ab40e614014e141c569dc03cd2ffe8 1.39 MB 2,266 4
901,766 901,766 000000000000000000008814f5b995ac399e9e0b589ddf09a90bcb3b82ebccc7 1.48 MB 2,428 4
901,765 901,765 000000000000000000011ea47b35e9f4c90214ebcbd45e19e8ea00b2038a634a 0.00 MB 1 0
901,764 901,764 000000000000000000018ff22b08a4569481c5a6ef079558a88e4fbe5d746792 1.51 MB 2,616 4
901,763 901,763 0000000000000000000108e885af35745ebee3d27061a30dafebaa1fdd5e778e 1.62 MB 3,174 4
901,762 901,762 00000000000000000000374481ae195464b127930613e51fac4fbd3fe2d1b904 1.13 MB 839 2
901,761 901,761 00000000000000000000c4845cbae13dad05ff98d6559aef30077cd8b5ad98de 1.58 MB 3,495 5
901,760 901,760 00000000000000000001211411b93fb7b9c6f492988a94f174b809f240abcc92 1.02 MB 212 2
901,759 901,759 00000000000000000002360fb63c86e48fd8ab4d7ad708f07dd6c0ff7389715e 1.60 MB 1,923 2
901,758 901,758 00000000000000000000e3b8d877f75cbc08556f7d7a14e540fb6074c32ce0fc 1.68 MB 3,824 2
901,757 901,757 0000000000000000000103bb394d4008dc479c793b22b3d31e45742f3da8ed35 1.62 MB 4,037 5
901,756 901,756 00000000000000000000303189863f1bc4a77657e1f1f38b296a2ef090220feb 1.57 MB 3,967 5
901,755 901,755 00000000000000000001de5a47c3de784eb360923fb0f77fdd111dbe2b526ce0 1.59 MB 4,258 7
901,754 901,754 00000000000000000000105d0144836900e8119968c2e4d4cacc73aa609dcb81 1.62 MB 4,065 5
901,753 901,753 00000000000000000000894373fcbb225db4fade4c22e2104fc68a6f3bb5632a 1.61 MB 3,370 8
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
Previous 10 blocks ↓
Total Size: 769.57 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,650.05 GB sent, 95.80 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.