Memory Pool Memory Pool Refreshing

511 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 509 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (253,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
654,047 654,047 0000000000000000000a0a6cb5a486ba972bfc8a602ee56d9405c54721ea86aa 1.46 MB 1,789 48
654,046 654,046 000000000000000000077851350f53f6b579ef117b8b6819b2273a9b11f087e6 1.70 MB 688 15
654,045 654,045 000000000000000000038f96479f889e1e9f62d58dede8c52539bf6df483232f 1.49 MB 1,496 63
654,044 654,044 0000000000000000000bdf4d8bddd10ad9d5f4cf424460c9565925a739829639 1.54 MB 1,777 76
654,043 654,043 000000000000000000075016d46bd6718accdf7c6fa28351fb35960db43d9b92 1.31 MB 1,707 16
654,042 654,042 0000000000000000000a59271b6b00b8dbbb1af6772ef7a4833a76cb031cb58b 1.13 MB 2,090 28
654,041 654,041 0000000000000000000ce6f0e06f712d26384b1b0e496338fb5c059b50bab0e1 1.34 MB 2,842 110
654,040 654,040 00000000000000000007160f5b47b2dca2d861147629dbe321a69b79bd31a461 1.22 MB 2,321 29
654,039 654,039 0000000000000000000575b74f3278e3e6e1f2dba91098c37f636a2299e6ed6a 1.28 MB 2,232 95
654,038 654,038 000000000000000000051acc4f9a5420afb9be32bc0422e87427ce27768a01ee 1.32 MB 2,214 65
654,037 654,037 0000000000000000000060899caf183f7dd0bc5c21cfac97501693586994b551 1.26 MB 2,127 34
654,036 654,036 00000000000000000006bf02296c40fbd78abcfc3868eb695177e8117b7bec45 1.63 MB 1,084 137
654,035 654,035 0000000000000000000bf6475bb86d6dc6bb9e61fe89b7dc408c3af38f26675b 1.26 MB 1,907 87
654,034 654,034 00000000000000000001569bc2c9233c07e48035af09a07b90ff9aaddfa66215 1.28 MB 2,000 90
654,033 654,033 0000000000000000000d4e0b3b3f9d110fa5a33d06d064e8fa1cc747dc7258c8 1.32 MB 2,981 59
654,032 654,032 0000000000000000000ab826ac96fc29e1bc02d6639735a537bf1d3ecfe680c8 1.33 MB 2,475 45
654,031 654,031 00000000000000000002a4a3c5aad4a0056ae4a7c7c1b4ea9ce28a5d1a12255c 1.23 MB 2,698 60
654,030 654,030 0000000000000000000848cdfe4c13cd9ffa1048a9b87bc6db3d9f1e7d935661 1.22 MB 2,202 28
654,029 654,029 000000000000000000045dae62fdeaaa77a3ca3484900aa97a745c03400c50c8 1.28 MB 2,344 70
654,028 654,028 0000000000000000000044327bf9d232c553b25b0adfebe333ec96b355175c24 1.35 MB 2,234 74
654,027 654,027 0000000000000000000949add9e3e29a0012f6b2140ecc1518b6ac52b795b03d 1.23 MB 1,615 41
Previous 10 blocks ↓
Total Size: 769.27 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,635.34 GB sent, 94.26 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.