Memory Pool Memory Pool Refreshing

4,454 transactions
1.29 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
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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,565 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (44,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,970 862,970 00000000000000000002b6a30af96844db62f6b80bc06a743bad12fa6d1415e0 1.65 MB 3,964 12
862,969 862,969 000000000000000000006b1cb2337772b5d14574fec6cd8cb3a688b9df6023cb 1.51 MB 4,838 14
862,968 862,968 000000000000000000011d58dcff986903bc2090cff58233f9507d845f8f3825 1.59 MB 4,841 11
862,967 862,967 00000000000000000001cb3b6b6ca750110c1d52d5fbe38ae5d434db70afbb60 1.42 MB 3,792 25
862,966 862,966 00000000000000000000fb4bfde8dd34fe14f4e221dcfd5cd008569cda659049 1.58 MB 4,664 5
862,965 862,965 00000000000000000001fec5be9abc9aac7f15c819f527d2dcce5ee8b0090af6 1.59 MB 3,845 5
862,964 862,964 00000000000000000001dec528146c311a09213e13e0a71257f8b13ad3d9da38 1.49 MB 3,935 13
862,963 862,963 00000000000000000002f8769458d68471a30db6844832e0d1ead3e83b523e75 1.78 MB 2,993 3
862,962 862,962 00000000000000000001a864937453c318df7833e940faa9bab561195413bfe8 1.49 MB 3,607 3
862,961 862,961 00000000000000000001df73b0d1a9ed3daf4e93e3bc2139c8e4aabe9e03a644 1.77 MB 3,079 5
862,960 862,960 0000000000000000000133a110a09451cd40e7de141072c4884c496881f1a532 1.46 MB 3,287 8
862,959 862,959 00000000000000000001a030d89fbdbcdd9598b496fec7475798e04c03760ced 1.50 MB 3,441 14
862,958 862,958 0000000000000000000169aa55a805d6b2e4edd24fae3107d127fda76cb7c8f4 1.64 MB 6,579 2
862,957 862,957 000000000000000000005be01e1aa19652d1033ca58607c85a8bdbe3340ca00d 1.69 MB 5,845 2
862,956 862,956 00000000000000000001358bf3eeca9f7aad5456015c92d0a4868cec667a92d5 1.73 MB 3,125 3
862,955 862,955 000000000000000000012bfb62623c4e4de23ff9a3213591ffd877edd908558d 1.73 MB 1,733 2
862,954 862,954 000000000000000000026c2808b14e67faa4c585569d4b6656dd7c5617b2695e 1.62 MB 2,413 3
862,953 862,953 00000000000000000000f0942600fb71659ab04a8355dd38301dd409649bb455 1.73 MB 3,624 6
862,952 862,952 00000000000000000000bde8947632b115f963faf6c68e6c30eff4eaa484017c 1.55 MB 3,543 11
862,951 862,951 00000000000000000001fdbe7108272ed9f192598092f00f67f7807e2fb3f25a 1.66 MB 2,824 4
862,950 862,950 000000000000000000016df44b492521dcbecf5e63b47b56e18cfee03e69e761 1.60 MB 3,421 8
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.