Memory Pool Memory Pool Refreshing

2,316 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,298 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,273 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,297 (826,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
81,743 81,743 0000000000152c0b8577389319f801424c4715ce93fae43e5724c398836a123b 0.00 MB 1 0
81,742 81,742 00000000003d0c9279d468e08d08a65abf8279273949e5bfffd6af9e59c9a3b3 0.00 MB 4 0
81,741 81,741 000000000042d356a7342022b271a6af7504a02d925cde6aa80067f7f287316e 0.00 MB 4 0
81,740 81,740 000000000045a14577d6234d17c452129cb5176ecd59691c0f25684e63f09145 0.00 MB 3 0
81,739 81,739 000000000004c06333df2804acfb1bb74c99f0bac56494cfe99e77a3cd3f4841 0.00 MB 5 0
81,738 81,738 00000000000818790781b2b52e15776402a9a96aad6a6addc070fe801e254bbb 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.17 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,692.59 GB sent, 98.38 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.