Memory Pool Memory Pool Refreshing

3,542 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,964 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,949 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (617,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
289,974 289,974 000000000000000116f2069c4fd571e0848dc0db16550a5cdb32779f530ba9cb 0.10 MB 157 16
289,973 289,973 000000000000000073b6150bbdbfd3bfc53b31082e286ab14762d787167526b4 0.04 MB 71 24
289,972 289,972 00000000000000012007baac17ff1c749e03392ff4dde4dde84e058052e51542 0.02 MB 64 1
289,971 289,971 00000000000000000231e2aa47ea322d6ce785a940182521c2608748513b0d57 0.35 MB 738 34
289,970 289,970 00000000000000008325b5171a3a468a04c887f1be3d06317a7e498298c183bb 0.47 MB 311 17
289,969 289,969 0000000000000000c17a584767db7036b48d6e58b5af602e1fe165f236f6d6c7 0.35 MB 534 29
Previous 10 blocks ↓
Total Size: 769.48 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,646.37 GB sent, 95.33 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.