Memory Pool Memory Pool Refreshing

3,665 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (200,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,128 707,128 0000000000000000000c93c52179d909ca136fd37a2104583ee5f5c689467640 1.45 MB 2,636 19
707,127 707,127 0000000000000000000281d978b96e3b7f014b32e3311c27dc2d620ce6b6ba30 1.56 MB 2,415 14
707,126 707,126 000000000000000000051b6f9c87a9ccbbcb5081d89e358f3a7e4b9d231731b0 1.55 MB 3,180 5
707,125 707,125 00000000000000000004704daf686a67ee61087e002099f2cf93d261cec0f4f4 1.60 MB 2,939 6
707,124 707,124 00000000000000000009bfb8161beb54b326380790a5206b01129c11d800fd16 1.45 MB 3,287 26
707,123 707,123 0000000000000000000d23cf269b2379ff31cf3d1220e2f2915fd78a56267e55 1.25 MB 1,143 3
707,122 707,122 0000000000000000000d3b1d6ab983608b3b975f66142c56dc1cb28bcaeaf250 1.48 MB 2,773 13
707,121 707,121 00000000000000000004f4771451032dff4bc891aa41fbbcb1eb0a06a7160509 1.29 MB 2,004 5
707,120 707,120 0000000000000000000bd3afdb11c32fb9fb9fdc06e7dd35e338a4ac72fab64f 1.51 MB 3,064 17
707,119 707,119 0000000000000000000c13068d7da8b63aa3b7c3c7a31d127771b067a0cfb5b3 1.23 MB 1,409 2
707,118 707,118 0000000000000000000bc201cb309a818ed3524be056ac43c2167231d6ae2ec1 1.56 MB 3,153 20
707,117 707,117 00000000000000000009b08c5bab7c4a5434615240a82f03318a8cc647233b88 1.32 MB 2,240 4
707,116 707,116 00000000000000000002084ed57ba84421a7a609d5639b335f17a7b6ee1fc4e6 1.50 MB 3,384 8
707,115 707,115 0000000000000000000877bb484ca2b23aca5b4960868844d37b70185819314c 1.58 MB 2,895 10
707,114 707,114 0000000000000000000a1e4ad44ccb72205db8e686db61ab5704ddd82b76ed58 1.55 MB 2,793 23
707,113 707,113 00000000000000000005fa5acdab7ae443c9da6533e5a5e7ba39a48d982aa192 1.42 MB 2,693 11
707,112 707,112 00000000000000000004fdbe27834bd6c5a98a4fe9d077bc0c11966280d3274a 1.53 MB 2,595 9
707,111 707,111 0000000000000000000c7f2aad3b2b9d36ceebdd0aea7a40d55f21eff6043354 1.57 MB 3,142 8
707,110 707,110 00000000000000000006e4925dfb8b674b6d9501f9ba897fbedeb22e94797a70 1.49 MB 3,193 9
707,109 707,109 0000000000000000000d221074ea49e6440376c5754bf6752d4c79d68d9e70e3 1.60 MB 3,123 4
707,108 707,108 0000000000000000000d76d14cf89c3e51fde20de59661e08771e5cc14a34912 1.46 MB 2,776 23
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.