Memory Pool Memory Pool Refreshing

2,014 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,897 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,993 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,896 (790,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,159 117,159 0000000000004ed65363cb0a594e9ef17129485d7905b0d8629dc511a8bc7144 0.00 MB 11 0
117,158 117,158 0000000000007f0b47304a246e00ac80ce30145384f9da88471fcc5eacf4c167 0.01 MB 8 775
117,157 117,157 0000000000008a67cd496c9f7029892c65308c5c696d7cf9055842fa1d88bc40 0.00 MB 11 3
117,156 117,156 000000000000773d1e93c885dcc2e6258575a2164255a3d447f4e25062497d3e 0.00 MB 12 338
117,155 117,155 00000000000077e477eae99f5080e8ea38b7f0bd7f0607ceb716fec1b1473438 0.00 MB 12 1,437
117,154 117,154 00000000000040e5d134c511cd6dd1be30b7cae16639239156a5e840b403cf32 0.00 MB 12 0
117,153 117,153 000000000000c93d7060eeae043a30f06c00f97b3945215e32e6e8586b44a7ea 0.00 MB 11 712
117,152 117,152 0000000000005ef7ae6fbc95b2bd077dc07e80e43bc35207308a20721ba5b9b1 0.00 MB 10 0
117,151 117,151 0000000000008e82d1aef1f05f5328dff3290e8d3ecbe7158eeb86ba78a636bf 0.00 MB 11 0
117,150 117,150 000000000000a3c48c6b7adf612e31621b840807e8e2e7bd52e6210f8cdc6892 0.00 MB 3 835
117,149 117,149 0000000000002e8a3158b59592d8707b4489040dd0cefeb9ca6726fed675e3f7 0.00 MB 9 0
117,148 117,148 0000000000003c0f559f2cd734885ce65004356a0714bab9e250eb28bcc8437b 0.00 MB 9 349
117,147 117,147 0000000000005416bfc12475a72b154494de07b5df9e2410272dd180748ea5d9 0.00 MB 2 4,484
117,146 117,146 000000000000866db3e8d8b3fd4849b08add7ac8664b86508d541471ad51f7a3 0.01 MB 29 0
117,145 117,145 000000000000abc740e48f4cfee7d5a645d60c3ff6003a10d9a80b6b3336d441 0.00 MB 9 0
117,144 117,144 000000000000aca70e1df8e247738a215108d09752abc195cfb9375e0ff30fcb 0.00 MB 10 0
117,143 117,143 000000000000aae72b2fe462fa640ef9d9cbe12a653018077011ee0770be3643 0.00 MB 9 0
117,142 117,142 00000000000085689bb791037dfeaa77d77978b97cdad14d6f2433b130a517e1 0.01 MB 9 113
117,141 117,141 0000000000004ca22f7bc99d3fbf57b5db4319259ddc10cdf142cfb52bdbfece 0.00 MB 11 0
117,140 117,140 000000000000212d18f758e9bf3f19e92001b16686410550ae17f74bc8b38208 0.00 MB 8 0
117,139 117,139 0000000000004b707d662dec42defed0ccd39fae9b5f6b7a241717dd577e4b7d 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.35 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,643.53 GB sent, 94.69 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.