Memory Pool Memory Pool Refreshing

6,441 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (898,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,137 10,137 00000000667f74754708cc242ee87b163b5d849ddefc34111b9c4b4878d1b504 0.00 MB 1 0
10,136 10,136 000000007ccfa827a2eeb3148a1f8d85256884e9d07b56117f8d2dbddecca613 0.00 MB 1 0
10,135 10,135 000000002436259183e34e84401afdbfc758a8f153625950b82fd315797f9dad 0.00 MB 1 0
10,134 10,134 00000000c1bde6e0272030ade9c436d6a6cdaab0c43da6756714aa8fda7b5135 0.00 MB 1 0
10,133 10,133 000000009c4bcd39c898075b6e566d82dd7ef1285a5cd8d91f41d16fc30bda63 0.00 MB 1 0
10,132 10,132 0000000083c2a3c232ec9ded345c15cde40540d611dc69effe714e720d5cbfed 0.00 MB 1 0
10,131 10,131 00000000bd0babc9a067efff8150d91589b3841a17bb02d73b2d66d49eece681 0.00 MB 1 0
10,130 10,130 00000000e5e407e725fecdeca23874b66c0db41baf9851fbe46e97c9bf98d26e 0.00 MB 1 0
10,129 10,129 000000004585de23b8392252a4f22f68eb72cda095e7b3e1614232f2192b5216 0.00 MB 1 0
10,128 10,128 000000004bb8ddbfc0d05c1fc64de701066ab5d94c5df967e599d23849f2788d 0.00 MB 1 0
10,127 10,127 000000000adb63b62d03a267cf014384cb2c027245e2cf88519627290bd7c3af 0.00 MB 1 0
10,126 10,126 000000004a3b32596d0086ef66adb76ada435b276d26d5c40b49c5638a70f405 0.00 MB 1 0
10,125 10,125 000000009d469c5f8a8498820473e15736091bcc9bfb06004da539dec3bdf1f3 0.00 MB 1 0
10,124 10,124 000000005a994b49043087a9d4ae495573a32725b23291814c316568e013428e 0.00 MB 1 0
10,123 10,123 000000003c56646db0dfa32686798a47ae28f2df3202e535cfb3682d649c1f96 0.00 MB 1 0
10,122 10,122 000000001b6d08db6fa312ad0bd26475d367144d1dcd1857ccab9c75b85b851c 0.00 MB 1 0
10,121 10,121 0000000060851fa855dd0a182b731f695714c3f3d4001bef52ffc0475e7be703 0.00 MB 1 0
10,120 10,120 00000000f38b30e1fe6bac6be701460768e5fe42a697fff4e6759b272a6076b4 0.00 MB 1 0
10,119 10,119 00000000532bad3f0624f6162403d035e0fb065843e9d21c130231da2f6b4de9 0.00 MB 1 0
10,118 10,118 00000000d0714ed5c270936c4a1e57e58318be18e3b75894f0ad15388c2036fb 0.00 MB 1 0
10,117 10,117 0000000000fe085acdebc039385954c0c3f96a053749a09781b3c9460fcfbae7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.13 GB sent, 100.77 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.