Memory Pool Memory Pool Refreshing

2,819 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,819 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (262,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
645,092 645,092 0000000000000000000858a1a0c93d1cfb21ee55682a45f4469d90c812cf4595 1.35 MB 1,784 34
645,091 645,091 0000000000000000000b47b111afbffccaea82405e3e3b8ec2de50e85827f2ce 1.22 MB 1,568 10
645,090 645,090 0000000000000000000a7a6d418c2b5f187ddc9ce6f1dcf460ae01b3eebc897a 0.00 MB 1 0
645,089 645,089 0000000000000000000c953703055737f3e528935bc7ab8620a3d00c777e10b9 1.44 MB 2,085 28
645,088 645,088 0000000000000000000c16f5d38abb8c14e09c5fccca7fa34c5ec939f30d062a 1.34 MB 2,809 88
645,087 645,087 0000000000000000000ade130ddf9e9f062f8c500c8af4b0e0e5b5030a8a9f17 1.21 MB 1,758 47
645,086 645,086 00000000000000000001343829504a28ce18f2e99b464f25da2fbce4330f71da 1.24 MB 1,821 49
645,085 645,085 0000000000000000000ea427b70d81a997ab5930f6c265ef195443778c082966 0.17 MB 123 13
645,084 645,084 0000000000000000001066310edb689b3465461d9468464a064ee29f38b2152a 0.68 MB 1,383 55
645,083 645,083 000000000000000000074d69201ec2731cb085ce8304c6724a19eef43a2771c8 0.15 MB 279 80
645,082 645,082 0000000000000000000b5cbaa911faed52787e686c9d1810b874dc10cde9e6f8 0.11 MB 302 61
645,081 645,081 0000000000000000000afada08f9aadf3d8b433a7a1ab5d48a3405125274d3c0 0.32 MB 582 55
645,080 645,080 0000000000000000000c45179146b0f32e18c155981a14945b376c2543a2af5d 1.24 MB 2,361 18
645,079 645,079 00000000000000000009ffb00750382a611c1fa7a6e96a8ff2879a9dd4cc72ad 1.33 MB 2,861 31
645,078 645,078 0000000000000000000e9ab3b9662a9e144634d3198bf78c279ec717752f4c1e 1.32 MB 2,588 111
645,077 645,077 0000000000000000000799f7e38641b7bc621070ba9b50f9aa856509baf7fa81 0.68 MB 1,288 40
645,076 645,076 000000000000000000019698c9a22c4d4a78c0757b6fe24aaa4a69c969cf41c2 1.37 MB 695 13
645,075 645,075 0000000000000000000904d377e20229d059f6d38dc64408a22079df2795b79a 1.27 MB 2,270 38
645,074 645,074 00000000000000000004c20fcdac63d5b8dfef7cdbb2d33f19e8ef6865084226 1.19 MB 1,467 28
645,073 645,073 0000000000000000000ac7f71570dc62d1cff9384af0460a9c21e52626b01eb9 1.14 MB 1,460 26
645,072 645,072 00000000000000000005f2e9c7d45fe355b7e5cca35e262e179d8e4acc7319a3 1.04 MB 321 8
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.