Memory Pool Memory Pool Refreshing

3,621 transactions
1.57 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (133,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
773,995 773,995 00000000000000000002715b0423d436d283446117c0a7e233b88aba6e761cac 0.00 MB 14 19
773,994 773,994 00000000000000000006b086128f0256a725d9ecb57ee1742d29423209e697ff 0.03 MB 90 14
773,993 773,993 00000000000000000003014513603ea7f3c4d3a2673d19632b2fff35633ce8c1 1.14 MB 1,751 6
773,992 773,992 000000000000000000035a115998b6ce7484f7909859ab310370c51934ac7e83 1.58 MB 3,211 13
773,991 773,991 000000000000000000058fee8780a43896a406a87426031251fb42f69338b666 1.26 MB 1,750 15
773,990 773,990 00000000000000000005dd0ebf391d2d2803c6d3d876437dcd87fa37629977db 0.18 MB 208 6
773,989 773,989 000000000000000000067f10d5b5df13acff597668911ea09a0fd12d5de98716 1.40 MB 2,591 9
773,988 773,988 00000000000000000005102db4392c47e825abb21cbee816c8efc49fa7114453 0.46 MB 523 6
773,987 773,987 00000000000000000003cc53bd78133d36eaa4ccb40d5d3437d31b9326670443 0.02 MB 50 17
773,986 773,986 000000000000000000066c49037ed994880df21998cf73cbb5ea049f1b889357 0.37 MB 962 11
773,985 773,985 00000000000000000000e2e7de6874e090e6fc453522b1976f2bc4b65b68862e 0.83 MB 1,896 12
773,984 773,984 00000000000000000006c5a739e5de58011f36e835a587cefd5f0452dbf88f94 0.22 MB 554 11
773,983 773,983 0000000000000000000660399c1363ef7f1d507456685b0cf09770e310afcec8 0.26 MB 574 11
773,982 773,982 0000000000000000000747820b13b87f65182bdd32fc07b5368ef778e0092b94 1.26 MB 2,403 11
773,981 773,981 0000000000000000000515944b55a034be4de8ba8b4b3bd5048d13b85ba9c387 0.70 MB 1,582 11
773,980 773,980 000000000000000000005e899940b78394be73cefbc1d07c615de577a66db9df 0.06 MB 113 11
773,979 773,979 00000000000000000001decd7e5f0d920b0ace0c3af329abf2f22290c53e867d 0.24 MB 602 12
773,978 773,978 00000000000000000000b6694ae16e6fa0800e3a86629592c4661a6ab7bf501b 0.47 MB 804 10
773,977 773,977 00000000000000000004ca9e05655c2ff4d86d009a831350e50bf88283304425 0.10 MB 247 11
773,976 773,976 000000000000000000001b27f729f32eb1319e82274c7b1e953d23c8199c9ca2 1.27 MB 50 1
773,975 773,975 0000000000000000000636a3d7af7c8c6c61e5007654832b8b8bcf5a382b5e62 1.68 MB 1,833 7
Previous 10 blocks ↓
Total Size: 769.30 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.59 GB sent, 94.42 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.