Memory Pool Memory Pool Refreshing

2,622 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,622 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (801,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,360 106,360 000000000001a6b3907b228629bed3136b4227086cdd2eab65e33ff57d2b5524 0.01 MB 20 0
106,359 106,359 000000000001f468fbf61c672398599c83c09f9a28ff6f30d75404e843840682 0.00 MB 2 0
106,358 106,358 000000000001424835a1d6a59888e18b9376dd04544ab481c9458eea459d1ba3 0.00 MB 2 0
106,357 106,357 000000000002c143700b731d22cc2b1746de4fab3c2ea4ead213eec12ebf5353 0.00 MB 3 1,986
106,356 106,356 0000000000007ce32fcb6be248b962583ce9630e38de5cbbe115ec0dab53e2bd 0.00 MB 4 0
106,355 106,355 000000000002f05e8ad0187acea0c63171ed41e716e3915b00e5b3c839b889fe 0.00 MB 1 0
106,354 106,354 000000000001dbf1a0afbfa7877f68001a5173ed32fb47f31cd9ee9fc1a7b2f9 0.00 MB 1 0
106,353 106,353 000000000001ce6dfa99b98bc061f12307021136d6f847bdb97f4181d04546c2 0.00 MB 3 0
106,352 106,352 000000000001cf0bfe1bad97dbe35290a603f9843952dd8080a3b6acd854f406 0.01 MB 30 0
106,351 106,351 0000000000024b5942473d2ae534e59f55a1c0affe6473d88bb4f92de80a8233 0.00 MB 1 0
106,350 106,350 000000000001607b179929930bbf81f955ce13897c7e7b249b16a5d6066a3d5e 0.00 MB 2 0
106,349 106,349 000000000001fa0999c9aa68c2f034f89a68516da8faf9e633f85551825b8e1e 0.00 MB 4 0
106,348 106,348 000000000001985220082bb213a8530cb7ad765e530f82baafdfcd1ac0bc3b1b 0.00 MB 2 0
106,347 106,347 000000000000efdbf9bc99ae714245b3e35f0d2663d48f4084618a5f27f66fb0 0.00 MB 1 0
106,346 106,346 000000000001aa331d49186fd87a74d866673a4c9b697f4b88b62c0f79563bb4 0.00 MB 5 0
106,345 106,345 000000000001d6c0692cf88d5aa061e41a15a6b59e9dccbfc4d54ba4b84d01b2 0.00 MB 2 0
106,344 106,344 000000000002692eedfe282d989faac4b8e1f7413c84df8a488792791b3b84ed 0.00 MB 2 0
106,343 106,343 000000000001daee213f0b963fc06c466d55acf500bffdb2fd659b13a9b3320f 0.01 MB 22 0
106,342 106,342 000000000001775235c322783c55bf6a1267bbba17345f4357298c4240f74625 0.00 MB 2 0
106,341 106,341 0000000000012ff134125043541e5f789b93d92e8112b83e80bf909b9182f3d5 0.00 MB 1 0
106,340 106,340 000000000002db223acddffd7b2857adb0fbce78e863067716da50599477766b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.97 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,615.57 GB sent, 92.65 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.