Memory Pool Memory Pool Refreshing

3,333 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,423 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,366 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,422 (826,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,764 81,764 00000000003a270ed85900effa75620a3127e63b184392d335a84755bf56a49e 0.00 MB 1 0
81,763 81,763 00000000003f012f82c9ad4021aedc5b4cbfea0d31d311f684993166eb7368df 0.00 MB 1 0
81,762 81,762 0000000000243294e05ac3c67562423a682e880d7d1bc44b9f4dde08ca98e3e3 0.00 MB 2 0
81,761 81,761 000000000029524c2944af18b3a52b94df2bc360a141fdc2cf90351b2e407181 0.00 MB 1 0
81,760 81,760 00000000001cc05104736d229dbc2ef52f96d12c854ce25b3da928559add5dc6 0.00 MB 2 0
81,759 81,759 000000000029e4f4e23b65201b81021d06d3912f9b19305e89251edcc4885960 0.00 MB 1 0
81,758 81,758 00000000002e56ba74f89bd6ee5cd34e1b75baca7133542ea418aaba7093777c 0.00 MB 2 0
81,757 81,757 000000000022db3620726ab431be3de6188b399868dc7928d7fcd56a068154ba 0.00 MB 1 0
81,756 81,756 0000000000136e467e3c6744f81b219932bc2fd4ff19fbacc7bbbd154cb0a0c5 0.00 MB 2 0
81,755 81,755 0000000000344e5e790d264d5c23736b04fc5e8825e551443a757a31cfabb42b 0.00 MB 2 0
81,754 81,754 00000000000205829c0c5bfc1927b0666a3c2af445c5cd961702888c20d4b21d 0.00 MB 1 0
81,753 81,753 00000000000fd2ab0dc6a656fcc7bbe34bb163334ba4c4ae3c520d381adebca0 0.00 MB 1 0
81,752 81,752 00000000003b8b03edde401a035e4c58ece906054770fd53e26de86e067dd9fc 0.00 MB 1 0
81,751 81,751 00000000002d6f6da7c44186833afeba22a48fb1dc921912ac6ffd641f71c8eb 0.00 MB 2 0
81,750 81,750 00000000001217858077fb03f18b1e4f2b76e8bdadf67cbd86d672e553753e05 0.00 MB 3 0
81,749 81,749 000000000035dbebd436657f703b12ea72d6f1897dfab846da8bd564c04fd0d5 0.00 MB 1 0
81,748 81,748 00000000003773768871323b9a286710b481c1fad97e89a62ce52667532cebaa 0.00 MB 2 0
81,747 81,747 000000000011d375573a036b142faca07a4258a18649afab1aa5c2025ecc0041 0.00 MB 5 0
81,746 81,746 00000000004133f1089c5f4a1582b00f8cde484e70834a965e9279b3cf3a3952 0.00 MB 4 0
81,745 81,745 000000000030d78b7f42082be51f872e6c6fc7e63345e36dee3a3a7841d1873b 0.00 MB 3 0
81,744 81,744 00000000001fa95f239926e69144947f4349ed7f9bf47c251df9a8be68650615 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.48 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,760.24 GB sent, 99.51 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.