Memory Pool Memory Pool Refreshing

19,261 transactions
6.15 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,272 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (618,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,438 289,438 0000000000000000fd27a0252076ec3e97c5f52a78bc58c76c6f09f19e2bb406 0.04 MB 64 15
289,437 289,437 00000000000000008d7ab1a94468e624d936dbd3a94a4220a344ec824c06dd5a 0.34 MB 635 43
289,436 289,436 0000000000000001180863f671029e3221bbcc428595e995a61ff4b366f85063 0.90 MB 1,496 33
289,435 289,435 00000000000000011ea8da169a036aa51a04370244e189741f2c84e7efb61ed6 0.16 MB 512 67
289,434 289,434 00000000000000009ed5a53d45a2976f8d3f88880b686bb6e8425f534954d884 0.24 MB 247 20
289,433 289,433 00000000000000007775d391eebcd2a8dd29a195cd9be81ef26424fbc17d85bc 0.45 MB 875 40
289,432 289,432 0000000000000000e69964cebbe26747935404f10317dd957391ef35e3941240 0.43 MB 719 32
289,431 289,431 00000000000000008433fe85999f1c978c5e9160ae5c0ced55d16e60a1a67050 0.20 MB 369 42
289,430 289,430 0000000000000000b8febdb26b59b57d2dcc70fc877e381bcf07feb31c1fdd24 0.10 MB 204 32
289,429 289,429 0000000000000000322647aa1bf421b38a74ad66cbbedda8b204248ec7316dcd 0.18 MB 392 34
289,428 289,428 0000000000000000a37032226e1a0aa7df31f58cbe7b3a725c3be3ef4b51ab4e 0.39 MB 672 30
289,427 289,427 00000000000000003bb82dcf723c3f254a0846b272e06fcd77f0eecdb2267451 0.29 MB 648 36
289,426 289,426 00000000000000004b2b0823bd0271443cc9b6f3369da12b4ec6fb5fccddae47 0.06 MB 118 30
289,425 289,425 000000000000000005e8f2383b3a370998e3980a80c2c9e574945badc36a5901 0.73 MB 1,123 30
289,424 289,424 0000000000000000cf246aa1e9a63aaf611b353458817b5adb41137cf6734a57 0.24 MB 492 46
289,423 289,423 0000000000000000112cedab4d0ac6340c7ddfcd0bddd1379e80c563aa316c51 0.34 MB 656 32
289,422 289,422 00000000000000000fae2e0a7f2c0d40aaa39d2a190fe89c74bcda3a29d772bb 0.10 MB 149 22
289,421 289,421 000000000000000034bd45d441559870947ddb922b35fb10732fecc2ea97a8ec 0.18 MB 331 30
289,420 289,420 0000000000000000300ee425af36a961599d9b9b0bde954311fa5b978fb2892e 0.36 MB 526 26
289,419 289,419 0000000000000000efdddfe6e7b8ac378e7d31c391502a97e7be10224c1aab15 0.04 MB 128 50
289,418 289,418 000000000000000059ca2446c3f68f4eddc0b3c440367aef6320096bcb747042 0.02 MB 49 31
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.46 GB sent, 93.00 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.