Memory Pool Memory Pool Refreshing

17,321 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (617,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,995 289,995 0000000000000000f78a5f2c4f297357fd9d7313f4015e1b05cab1a1e2ba98bb 0.18 MB 353 29
289,994 289,994 00000000000000002f125c281e8a61cb9ae67eae6c632a4af7647feee7d9882d 0.25 MB 281 20
289,993 289,993 00000000000000006d19bb082a620f639423021426cfb02c2e9dac5ebb7698a6 0.35 MB 409 20
289,992 289,992 000000000000000046552269a390af6ee46e7fa91971687cb80104fd15a74c5d 0.25 MB 768 48
289,991 289,991 0000000000000000891351ed98d3ac7169de554e33fc16cce083110a2ba1f08f 0.34 MB 517 27
289,990 289,990 0000000000000000c7838f4c0ae1ea01f8cb65d4f67ab2156dcc86e7a98ac064 0.17 MB 279 27
289,989 289,989 00000000000000002071d9c28d4fb2eef024163dd10c2849fa565f2096bf4098 0.35 MB 628 30
289,988 289,988 00000000000000004449a2ea87fad4837fa38343cf2ac904ffdf4bf3f9147c80 0.43 MB 140 12
289,987 289,987 0000000000000000bd52759deed01a255de8c29c67d2d4831e6da979945b7593 0.35 MB 805 35
289,986 289,986 00000000000000005ecdf159e113f273611ba136d9cca848a025eb1fc50da8d8 0.44 MB 352 15
289,985 289,985 00000000000000001954366f13c16914d26fd0ed14b01c8a82f0add1db2a9736 0.19 MB 512 47
289,984 289,984 0000000000000000938f124b5021ce0e1ad4210a57794fd6a9d81ef0f231b350 0.69 MB 1,084 29
289,983 289,983 0000000000000000d5aa05390abd2cf74602c3ce95fe0eae658f71e7c469862a 0.03 MB 128 0
289,982 289,982 0000000000000000b00b5d50678e88f7ffcb08275ecd514c390492b940a0ca60 0.13 MB 229 40
289,981 289,981 0000000000000000b7231bb720a03918eb8788d5aaf601d587f83054a7965f03 0.22 MB 393 22
289,980 289,980 0000000000000000002ded6eae129b3478d68a4f59bfa7e61c160bbb603b1b42 0.05 MB 128 39
289,979 289,979 00000000000000005668e2c163a914b10b0eff75bf1eb04ba5c89e72a60257f7 0.29 MB 500 28
289,978 289,978 0000000000000000688f732fa06fa2503cdb735d4e74ec56b16819ec1fdd2942 0.13 MB 318 26
289,977 289,977 00000000000000006d61e43457a2c5e16ad0fb0748868324967c30c0fa65686c 0.43 MB 709 32
289,976 289,976 0000000000000000f0051f4cef30517716e6cba02f8eeb2ab738962481023c25 0.22 MB 313 20
289,975 289,975 000000000000000057952059ff8f12685d1089973c4280cb9aa285bf5b1a3a6e 0.09 MB 256 59
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.