Memory Pool Memory Pool Refreshing

3,425 transactions
24.20 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,314 (884,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,943 23,943 000000003620d0e69df00f3df4636b04e7af99676d6cf65d2d316be2743838eb 0.00 MB 1 0
23,942 23,942 000000008b2eaf7a89cd496c04c80d9369ba54bd419bd66015422f3cffa36ba1 0.00 MB 1 0
23,941 23,941 00000000ecfe4054e50131722b00e6453a656b9b9696aa7cb58347efc227b346 0.00 MB 1 0
23,940 23,940 000000002f74e369b0cab9c836d7777aabb66ae11741910c61da819f17605a50 0.00 MB 1 0
23,939 23,939 000000002a9ea86b88a5dd6abd1a94f3224248df32e598f0fa7f5e74160d4d17 0.00 MB 1 0
23,938 23,938 00000000bb9289c53f1a84ae502021567b07fc1bde510523a61c9d4909aca59d 0.00 MB 1 0
23,937 23,937 00000000939f781c004f0296c92e90ef748f484934d59a945ff63693163a5249 0.00 MB 2 0
23,936 23,936 00000000881daf96d9ff7708c40d7a3d45ef4f36cda76312273779dbd886db54 0.00 MB 1 0
23,935 23,935 0000000098cad7e5b480cbf1007d168d8e2d55c70d1423e229cfcad3ab224c7b 0.00 MB 1 0
23,934 23,934 00000000a98e270604fbb762681f9c4dd10baf448e51e545ce399f3f1e92da70 0.00 MB 1 0
23,933 23,933 000000005d1aac70b16acf856066b6d7affcc4f4fa8ad7bdee0046de1fc3aa31 0.00 MB 1 0
23,932 23,932 000000006387bf8ebf64ca7a64a9f6e4af9e4fd168f09aa621db50c7a94c00be 0.00 MB 1 0
23,931 23,931 0000000000d785b49355ea0e53cff2b183ccce43f786f351a9ef6cb848873848 0.00 MB 1 0
23,930 23,930 0000000084ca0a2b0c7183bc79366605d1b6a26e25762f6250267d7b478910ca 0.00 MB 1 0
23,929 23,929 00000000c986a2665b3421f3dd0fc43a6b38eaf21315e671af5329f4ad56c278 0.00 MB 1 0
23,928 23,928 00000000bf62f9043462cb643876a9b7085a1621b001052cad696c1b1460f423 0.00 MB 1 0
23,927 23,927 00000000aa1cd0708d98116f114aa96e9e9d789a02bbca281c3c018d99a870b0 0.00 MB 1 0
23,926 23,926 0000000022f95fc13701a7083723b3f4f3a285a92179c1aca624384fdf3fcd20 0.00 MB 1 0
23,925 23,925 00000000722fbd713156e76a01d4dbf1c09a6c6966fbcfb8d44d9aa3e28c379d 0.00 MB 1 0
23,924 23,924 0000000023bfdfd0a344edf64fce11dec32e1fffbd13fa114972c063891758cd 0.00 MB 1 0
23,923 23,923 000000006b78d2162b95dcc8121f3334043377bb55e946e7e0bf464c967db924 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.07 GB sent, 98.61 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.