Memory Pool Memory Pool Refreshing

7,350 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,606 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (518,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
389,047 389,047 00000000000000000214cabf9723ce769a69054353fb99bf34fe8bfaf9991b7f 1.00 MB 1,426 25
389,046 389,046 000000000000000009e540e4c20a8673eb5565660ea9bbf501efbd0f57ba2f99 1.00 MB 2,401 33
389,045 389,045 000000000000000009af495900a88c1a42204e63a2ddddddf0bbb76984e7d88a 0.90 MB 2,711 58
389,044 389,044 000000000000000008b314186bf47f44bb029710abe5c257919b5eb18991f0e7 0.95 MB 2,408 41
389,043 389,043 000000000000000007bb5a600fe4189b1b50e735cb774134b96453d0430a0abc 1.00 MB 1,400 23
389,042 389,042 00000000000000000943a3ad5e0f9b4d77fdaa04bcf166de934e0b448bf38d9b 0.93 MB 2,760 46
389,041 389,041 000000000000000004203abc3372d541b7ab630e7c37c14c791a129872475934 1.00 MB 2,319 32
389,040 389,040 00000000000000000311f05391caad9ce8e12ee72dcddbc7ed5c4c8585e26526 0.00 MB 2 0
389,039 389,039 000000000000000004d9301950aac7870dd038bb21d0a232aab7143d0eaa003a 1.00 MB 2,131 40
389,038 389,038 00000000000000000c3e709a2b1a57c05c14a6018d51a6af4b44e6c52d44af31 1.00 MB 2,876 48
389,037 389,037 00000000000000000791ebfe1a82e7e51e0bd4589ed3380f7c5792f163efea4b 0.95 MB 2,968 53
389,036 389,036 00000000000000000b6b6746191f45ae4d8d61f93c29095058787c78c96acd48 0.75 MB 1,984 35
389,035 389,035 00000000000000000abfca061228e0b0426c71cf37fc77f71959819ef8295767 0.75 MB 2,688 66
389,034 389,034 000000000000000001760a6a190eb61001bb424bc0a956c9e8336158800fe7a1 0.82 MB 1,847 37
389,033 389,033 00000000000000000ae2255cf5f5b28a950194e5a0c5b4abd7e7345ebc7b3a14 0.31 MB 556 40
389,032 389,032 0000000000000000034ec154a45cd40db839d340e5887395226c35ffe80c05f7 0.31 MB 632 28
389,031 389,031 000000000000000004698b3f2fafc6fbb9e285d682389c0f3a66fb1fa80beef4 0.71 MB 1,852 43
389,030 389,030 00000000000000000d5cf3fe52c3cf1860ddd7681915a55fa6be450e6d8c6552 0.35 MB 646 25
389,029 389,029 000000000000000009a319d55a3762a16b43c2b258e36e662d4460e590701b86 0.93 MB 1,053 27
389,028 389,028 00000000000000000990a58a57ffebc684708576ff9495a4664f747a81d21c72 1.00 MB 2,483 46
389,027 389,027 00000000000000000312b06f7949089160268fdc09cdba7e955ddbdd9f6eac42 0.95 MB 1,968 35
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.