Memory Pool Memory Pool Refreshing

3,498 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,917 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (734,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,948 172,948 00000000000008b42e4cb1bb53bd9e4fb569c97dce56ea405a6eb4019252e355 0.04 MB 101 73
172,947 172,947 000000000000025486e5a93e0ac7f3ee37f288a7703e7a4c71d094e074633364 0.00 MB 1 0
172,946 172,946 0000000000000a8ab423066f30edbf0172f863758282fdb079dea69c3955cfe5 0.00 MB 1 0
172,945 172,945 00000000000009988681f20696305695a658b27397eb1531a1225fbe920d11ee 0.04 MB 79 134
172,944 172,944 00000000000009cc4ffaf075c138c9dfdf47195bcb0023690aa96376cb2af2e0 0.02 MB 64 309
172,943 172,943 000000000000058411a7709ba4fd75eb89ed6a978c478ce93b1885b52b1ee27b 0.01 MB 13 36
172,942 172,942 00000000000005dd02bfdc9bcbf32743266195e62f16c6d332890f92005d527b 0.01 MB 19 470
172,941 172,941 000000000000030651aa7700e61e6a5f9a9fedb418d52582f2b6105b347ceb8c 0.03 MB 74 67
172,940 172,940 0000000000000552e001c8063851436f943438a8087ddcc17a9731cb44c09d3f 0.00 MB 1 0
172,939 172,939 000000000000024dcdc5f452eb292549580e897b53fa3d736cbf419ad0998ac0 0.03 MB 60 214
172,938 172,938 0000000000000082ab2c9e415bb3b7a960e4e103d0e2cffb271990fcca89e312 0.03 MB 86 283
172,937 172,937 00000000000001ac25b67f987e2a98c50311bf5ec98ffed387bd496cdece1150 0.01 MB 31 75
172,936 172,936 0000000000000ac411c229dc5ddd04dbfe8377d385ff23edfd8f03440a8c014a 0.03 MB 74 192
172,935 172,935 00000000000004a1e04a7073e729f78c954f5304512bfc8f72f3539c83be4000 0.01 MB 15 50
172,934 172,934 00000000000009bd90615500e1376cf3aa8c0f05562f8b223c2de1261f4f0d32 0.01 MB 18 56
172,933 172,933 00000000000006728c36b5200245d34ca2dedd8c4f7c1ad9ed571906ed973560 0.02 MB 14 48
172,932 172,932 00000000000001708e03f2f87dc93ab27804573dc9aa77f3515dbe0f98188f9e 0.03 MB 99 14
172,931 172,931 00000000000004835736edd3886fdcc5210ad8c39cbda248a5a8d1b8b6b730cd 0.04 MB 85 204
172,930 172,930 0000000000000afbf9f827a7ac4c0d3aae501876a39193426d9513c94ae3f6fd 0.01 MB 29 86
172,929 172,929 0000000000000b1dcde959db92dc34eeef05f69afc0284209359f52360f08428 0.03 MB 57 55
172,928 172,928 00000000000001a12d6d7e4e74c76781d6eb7aacb4601f39e07ba782b167ad13 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.06 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,627.88 GB sent, 93.18 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.